Lean
$LEAN_TAG$
|
Contains additional properties and settings for an order More...
Public Member Functions | |
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... | |
Properties | |
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... | |
Contains additional properties and settings for an order
Definition at line 24 of file OrderProperties.cs.
QuantConnect.Orders.OrderProperties.OrderProperties | ( | ) |
Initializes a new instance of the OrderProperties class
Definition at line 40 of file OrderProperties.cs.
QuantConnect.Orders.OrderProperties.OrderProperties | ( | Exchange | exchange | ) |
Initializes a new instance of the OrderProperties class, with exchange param param name="exchange">Exchange name for market
Definition at line 49 of file OrderProperties.cs.
|
virtual |
Returns a new instance clone of this object
Implements QuantConnect.Interfaces.IOrderProperties.
Reimplemented in QuantConnect.Orders.IndiaOrderProperties, QuantConnect.Orders.InteractiveBrokersOrderProperties, QuantConnect.Orders.BitfinexOrderProperties, QuantConnect.Orders.FTXOrderProperties, and QuantConnect.Orders.BinanceOrderProperties.
Definition at line 57 of file OrderProperties.cs.
|
getset |
Defines the length of time over which an order will continue working before it is cancelled
Definition at line 29 of file OrderProperties.cs.
|
getset |
Defines the exchange name for a particular market
Definition at line 35 of file OrderProperties.cs.