ATAS
Loading...
Searching...
No Matches
ATAS.DataFeedsCore.ISecurityTradingOptions Interface Reference

Represents an interface for providing trading options related to a security or trading connector. More...

Inheritance diagram for ATAS.DataFeedsCore.ISecurityTradingOptions:
[legend]

Public Member Functions

OrderExtendedOptionsCreateMarketOrderFlagsObject ()
 Gets an object of all possible marker order options passed as Order.ExtendedOptions.
 
OrderExtendedOptionsCreateLimitOrderFlagsObject ()
 Gets an object of all possible limit order options passed as Order.ExtendedOptions.
 
OrderExtendedOptionsCreateConditionalMarketOrderFlagsObject ()
 Gets an object of all possible conditional market (stop) order options passed as Order.ExtendedOptions.
 
OrderExtendedOptionsCreateConditionalLimitOrderFlagsObject ()
 Gets an object of all possible conditional limit (stop) order options passed as Order.ExtendedOptions.
 

Properties

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.
 

Detailed Description

Represents an interface for providing trading options related to a security or trading connector.

Member Function Documentation

◆ CreateConditionalLimitOrderFlagsObject()

OrderExtendedOptions? ATAS.DataFeedsCore.ISecurityTradingOptions.CreateConditionalLimitOrderFlagsObject ( )

Gets an object of all possible conditional limit (stop) order options passed as Order.ExtendedOptions.

Implemented in ATAS.DataFeedsCore.SecurityTradingOptions.

◆ CreateConditionalMarketOrderFlagsObject()

OrderExtendedOptions? ATAS.DataFeedsCore.ISecurityTradingOptions.CreateConditionalMarketOrderFlagsObject ( )

Gets an object of all possible conditional market (stop) order options passed as Order.ExtendedOptions.

Implemented in ATAS.DataFeedsCore.SecurityTradingOptions.

◆ CreateLimitOrderFlagsObject()

OrderExtendedOptions? ATAS.DataFeedsCore.ISecurityTradingOptions.CreateLimitOrderFlagsObject ( )

Gets an object of all possible limit order options passed as Order.ExtendedOptions.

Implemented in ATAS.DataFeedsCore.SecurityTradingOptions.

◆ CreateMarketOrderFlagsObject()

OrderExtendedOptions? ATAS.DataFeedsCore.ISecurityTradingOptions.CreateMarketOrderFlagsObject ( )

Gets an object of all possible marker order options passed as Order.ExtendedOptions.

Implemented in ATAS.DataFeedsCore.SecurityTradingOptions.

Property Documentation

◆ TimeInForce

TimeInForce ATAS.DataFeedsCore.ISecurityTradingOptions.TimeInForce
get

Gets a value which contains all possible TimeInForce values supported by the connector when opening an order.

Implemented in ATAS.DataFeedsCore.SecurityTradingOptions.

◆ TriggerPriceTypes

TriggerPriceType ATAS.DataFeedsCore.ISecurityTradingOptions.TriggerPriceTypes
get

Gets a value which contains all possible TriggerPriceTypes when opening a conditional order by the connector.

Implemented in ATAS.DataFeedsCore.SecurityTradingOptions.


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