|
Lean
$LEAN_TAG$
|
Trading Technologies order properties More...
Additional Inherited Members | |
Public Member Functions inherited from QuantConnect.Orders.OrderProperties | |
| OrderProperties () | |
| Initializes a new instance of the OrderProperties class More... | |
| OrderProperties (Exchange exchange) | |
| Initializes a new instance of the OrderProperties class, with exchange param param name="exchange">Exchange name for market More... | |
| virtual IOrderProperties | Clone () |
| Returns a new instance clone of this object More... | |
Static Public Attributes inherited from QuantConnect.Orders.FixOrderProperites | |
| const char | AutomatedExecutionOrderPrivate = '1' |
| Automated execution order, private, no broker intervention More... | |
| const char | AutomatedExecutionOrderPublic = '2' |
| Automated execution order, public, broker, intervention OK More... | |
| const char | ManualOrder = '3' |
| Staged order, broker intervention required More... | |
Properties inherited from QuantConnect.Orders.FixOrderProperites | |
| char? | HandleInstruction [get, set] |
| Instruction for order handling on Broker floor More... | |
| string | Notes [get, set] |
| Free format text string More... | |
Properties inherited from QuantConnect.Orders.OrderProperties | |
| TimeInForce | TimeInForce [get, set] |
| Defines the length of time over which an order will continue working before it is cancelled More... | |
| Exchange | Exchange [get, set] |
| Defines the exchange name for a particular market More... | |
Properties inherited from QuantConnect.Interfaces.IOrderProperties | |
| TimeInForce | TimeInForce [get, set] |
| Defines the length of time over which an order will continue working before it is cancelled More... | |
Trading Technologies order properties
Definition at line 21 of file TradingTechnologiesOrderProperties.cs.