Click or drag to resize

IAdapterT Methods

The IAdapterT type exposes the following members.

Methods
 NameDescription
Public methodCanCancelAllOrders Does the account supports cancel all orders feature
(Inherited from IAdapter)
Public methodCancelAllOrdersAsync Cancel all orders for the specified account
(Inherited from IAdapter)
Public methodCancelOrderAsync Cancel an order
(Inherited from IAdapter)
Public methodCanConvertPosition Can convert a position
(Inherited from IAdapter)
Public methodCanExitOrder Can exit an order
(Inherited from IAdapter)
Public methodCanExitPosition Can exit a position
(Inherited from IAdapter)
Public methodCanGetOrderHistory Does the adapter supports order history
(Inherited from IAdapter)
Public methodCanRefreshAccount Can refresh the account values (funds, margin values etc)
(Inherited from IAdapter)
Public methodCanRefreshHolding Can get the list of holdings for the account
(Inherited from IAdapter)
Public methodCanRefreshOrders Can get historical orders for the account
(Inherited from IAdapter)
Public methodCanRefreshOrderStatus Can refresh order status
(Inherited from IAdapter)
Public methodCanRefreshPosition Can get the list of positions for the account
(Inherited from IAdapter)
Public methodCanRefreshTrades Can get list of trades for the account
(Inherited from IAdapter)
Public methodChangeOrderAsync Modify an order
(Inherited from IAdapter)
Public methodConnect Connects to the adapter
(Inherited from IAdapter)
Public methodConvertPositionAsync Convert the ProductType of an order
(Inherited from IAdapter)
Public methodDisconnect Disconnects from the adapter
(Inherited from IAdapter)
Public methodExitOrderAsync Exit an order
(Inherited from IAdapter)
Public methodExitPositionAsync Exit position
(Inherited from IAdapter)
Public methodGetAccountValueAsync Get the account value
(Inherited from IAdapter)
Public methodGetOrderHistoryAsync Get the order history. All modification, cancellation info of the order, if supported
(Inherited from IAdapter)
Public methodGetScannerData Get the scanner data
(Inherited from IAdapter)
Public methodGetSnapQuotes Get the static quotes for the specified instruments
(Inherited from IAdapter)
Public methodGetStrikeAsync Gets the strike prices of the underlying IInstrument
(Inherited from IAdapter)
Public methodPlaceOrderAsync Place orders
(Inherited from IAdapter)
Public methodRefreshAccountAsync Gets the account fund, margin etc values
(Inherited from IAdapter)
Public methodRefreshHoldingAsync Gets the list of holdings for the specified account
(Inherited from IAdapter)
Public methodRefreshOrdersAsync Gets the order history for the specified account
(Inherited from IAdapter)
Public methodRefreshOrderStatusAsync Refresh order status
(Inherited from IAdapter)
Public methodRefreshPositionAsync Gets the list of positions for the specified account
(Inherited from IAdapter)
Public methodRefreshTradesAsync Gets the trades for the specified account
(Inherited from IAdapter)
Public methodSubscribeHistoricalData Get historical data
(Inherited from IAdapter)
Public methodSubscribeLevel1Data Subscribe Level-I data
(Inherited from IAdapter)
Public methodSubscribeLevel2Data Subscribe Level-II data
(Inherited from IAdapter)
Public methodUnsubscribeHistorialData Unsubscribe historical data
(Inherited from IAdapter)
Public methodUnsubscribeLevel1Data Unsubscribe Level-I data
(Inherited from IAdapter)
Public methodUnsubscribeLevel2Data Unsubscribe Level-II data
(Inherited from IAdapter)
Top
See Also