ATAS
|
Each connector may have different order placement settings like TimeInForce or ReduceOnly etc. This class shows connector configuration. More...
Public Member Functions | |
OrderExtendedOptions? | CreateMarketOrderFlagsObject () |
Returns an object containing all possible options for creating a market order, to be passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateLimitOrderFlagsObject () |
Returns an object containing all possible options for creating a limit order, to be passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateConditionalMarketOrderFlagsObject () |
Returns an object containing all possible options for creating a conditional market (stop) order, to be passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateConditionalLimitOrderFlagsObject () |
Returns an object containing all possible options for creating a conditional limit (stop) order, to be passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateMarketOrderFlagsObject () |
Gets an object of all possible marker order options passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateLimitOrderFlagsObject () |
Gets an object of all possible limit order options passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateConditionalMarketOrderFlagsObject () |
Gets an object of all possible conditional market (stop) order options passed as Order.ExtendedOptions. | |
OrderExtendedOptions? | CreateConditionalLimitOrderFlagsObject () |
Gets an object of all possible conditional limit (stop) order options passed as Order.ExtendedOptions. | |
Properties | |
TimeInForce | TimeInForce [get] |
Gets or sets the available TimeInForce values supported by the connector when opening an order. | |
TriggerPriceType | TriggerPriceTypes [get] |
Gets or sets the available TriggerPriceTypes when opening a conditional order by the connector. | |
Properties inherited from ATAS.DataFeedsCore.ISecurityTradingOptions | |
TimeInForce | TimeInForce [get] |
Gets a value which contains all possible TimeInForce values supported by the connector when opening an order. | |
TriggerPriceType | TriggerPriceTypes [get] |
Gets a value which contains all possible TriggerPriceTypes when opening a conditional order by the connector. | |
Each connector may have different order placement settings like TimeInForce or ReduceOnly etc. This class shows connector configuration.
OrderExtendedOptions? ATAS.DataFeedsCore.SecurityTradingOptions.CreateConditionalLimitOrderFlagsObject | ( | ) |
Returns an object containing all possible options for creating a conditional limit (stop) order, to be passed as Order.ExtendedOptions.
null
if there are no specific options.Implements ATAS.DataFeedsCore.ISecurityTradingOptions.
OrderExtendedOptions? ATAS.DataFeedsCore.SecurityTradingOptions.CreateConditionalMarketOrderFlagsObject | ( | ) |
Returns an object containing all possible options for creating a conditional market (stop) order, to be passed as Order.ExtendedOptions.
null
if there are no specific options.Implements ATAS.DataFeedsCore.ISecurityTradingOptions.
OrderExtendedOptions? ATAS.DataFeedsCore.SecurityTradingOptions.CreateLimitOrderFlagsObject | ( | ) |
Returns an object containing all possible options for creating a limit order, to be passed as Order.ExtendedOptions.
null
if there are no specific options.Implements ATAS.DataFeedsCore.ISecurityTradingOptions.
OrderExtendedOptions? ATAS.DataFeedsCore.SecurityTradingOptions.CreateMarketOrderFlagsObject | ( | ) |
Returns an object containing all possible options for creating a market order, to be passed as Order.ExtendedOptions.
null
if there are no specific options.Implements ATAS.DataFeedsCore.ISecurityTradingOptions.
|
get |
Gets or sets the available TimeInForce values supported by the connector when opening an order.
Implements ATAS.DataFeedsCore.ISecurityTradingOptions.
|
get |
Gets or sets the available TriggerPriceTypes when opening a conditional order by the connector.
Implements ATAS.DataFeedsCore.ISecurityTradingOptions.