API Reference

lean live update-order

Introduction

Update an order with a specific Id in a local live trading project.

$ lean live update-order <project> [options]

Description

Arguments

The lean live update-order command expects the following arguments:

ArgumentDescription
<project>The path to the project directory or algorithm file that contains the order you want to update.

Options

The lean live update-order command supports the following options:

OptionDescription
--order-id <value>The Id of the order to update.
--quantity <value>The number of units to be updated (directional).
--limit-price <value>The limit price of the order to be updated.
--stop-price <value>The stop price of the order to be updated.
--tag <value>The new order tag.
--lean-config <value>The Lean configuration file that should be used (defaults to the nearest lean.json).
--verboseEnable debug logging.
--helpDisplay the help text of the lean live update-order command and exit.

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: