Lean  $LEAN_TAG$
QuantConnect.Orders.KrakenOrderProperties Class Reference

Kraken order properties More...

Inheritance diagram for QuantConnect.Orders.KrakenOrderProperties:
[legend]

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...
 

Detailed Description

Kraken order properties

Definition at line 22 of file KrakenOrderProperties.cs.

Property Documentation

◆ PostOnly

bool QuantConnect.Orders.KrakenOrderProperties.PostOnly
getset

Post-only order (available when ordertype = limit)

Definition at line 30 of file KrakenOrderProperties.cs.

◆ FeeInBase

bool QuantConnect.Orders.KrakenOrderProperties.FeeInBase
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.

◆ FeeInQuote

bool QuantConnect.Orders.KrakenOrderProperties.FeeInQuote
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.

◆ NoMarketPriceProtection

bool QuantConnect.Orders.KrakenOrderProperties.NoMarketPriceProtection
getset

◆ ConditionalOrder

Order QuantConnect.Orders.KrakenOrderProperties.ConditionalOrder
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.


The documentation for this class was generated from the following file: