API Reference
lean live submit-order
Options
The lean live submit-order
command supports the following options:
Option | Description |
---|---|
--ticker <string> | [required] |
--market <string> | [required] |
--security-type <string> | [required] |
--order-type <string> | [required] |
--quantity <float> | [required] |
--limit-price <float> | The limit price of the order be submitted |
--stop-price <float> | The stop price of the order to be submitted |
--tag <string> | The tag to be attached to the order |
--lean-config <file> | The Lean configuration file that should be used (defaults to the nearest lean.json) |
--verbose | Enable debug logging |
--help | Display the help text of the lean live submit-order command and exit |