Lean
$LEAN_TAG$
|
Kraken order properties More...
Properties | |
bool | PostOnly [get, set] |
Post-only order (available when ordertype = limit) More... | |
bool | FeeInBase [get, set] |
If true or by default when selling, fees will be charged in base currency. If false will be ignored. Mutually exclusive with FeeInQuote. More... | |
bool | FeeInQuote [get, set] |
If true or by default when buying, fees will be charged in quote currency. If false will be ignored. Mutually exclusive with FeeInBase. More... | |
bool | NoMarketPriceProtection [get, set] |
https://support.kraken.com/hc/en-us/articles/201648183-Market-Price-Protection More... | |
Order | ConditionalOrder [get, set] |
Conditional close orders are triggered by execution of the primary order in the same quantity and opposite direction. Ordertypes can be the same with primary order. 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... | |
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... | |
Kraken order properties
Definition at line 22 of file KrakenOrderProperties.cs.
|
getset |
Post-only order (available when ordertype = limit)
Definition at line 30 of file KrakenOrderProperties.cs.
|
getset |
If true or by default when selling, fees will be charged in base currency. If false will be ignored. Mutually exclusive with FeeInQuote.
See (https://support.kraken.com/hc/en-us/articles/202966956#howclosingtransactionswork) for more information about the currency selection.
Definition at line 37 of file KrakenOrderProperties.cs.
|
getset |
If true or by default when buying, fees will be charged in quote currency. If false will be ignored. Mutually exclusive with FeeInBase.
See (https://support.kraken.com/hc/en-us/articles/202966956#howclosingtransactionswork) for more information about the currency selection.
Definition at line 57 of file KrakenOrderProperties.cs.
|
getset |
https://support.kraken.com/hc/en-us/articles/201648183-Market-Price-Protection
Definition at line 75 of file KrakenOrderProperties.cs.
|
getset |
Conditional close orders are triggered by execution of the primary order in the same quantity and opposite direction. Ordertypes can be the same with primary order.
Definition at line 80 of file KrakenOrderProperties.cs.