Click or drag to resize

IAdapter Methods

The IAdapter type exposes the following members.

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