IAdapterT Interface |
The IAdapterT type exposes the following members.
| Name | Description | |
|---|---|---|
| AdapterOption | Gets the IAdapterOption | |
| Connection |
Gets the Connection (Inherited from IAdapter) |
| Name | Description | |
|---|---|---|
| CanCancelAllOrders |
Does the account supports cancel all orders feature
(Inherited from IAdapter) | |
| CancelAllOrdersAsync |
Cancel all orders for the specified account
(Inherited from IAdapter) | |
| CancelOrderAsync |
Cancel an order
(Inherited from IAdapter) | |
| CanConvertPosition |
Can convert a position
(Inherited from IAdapter) | |
| CanExitOrder |
Can exit an order
(Inherited from IAdapter) | |
| CanExitPosition |
Can exit a position
(Inherited from IAdapter) | |
| CanGetOrderHistory |
Does the adapter supports order history
(Inherited from IAdapter) | |
| CanRefreshAccount |
Can refresh the account values (funds, margin values etc)
(Inherited from IAdapter) | |
| CanRefreshHolding |
Can get the list of holdings for the account
(Inherited from IAdapter) | |
| CanRefreshOrders |
Can get historical orders for the account
(Inherited from IAdapter) | |
| CanRefreshOrderStatus |
Can refresh order status
(Inherited from IAdapter) | |
| CanRefreshPosition |
Can get the list of positions for the account
(Inherited from IAdapter) | |
| CanRefreshTrades |
Can get list of trades for the account
(Inherited from IAdapter) | |
| ChangeOrderAsync |
Modify an order
(Inherited from IAdapter) | |
| Connect |
Connects to the adapter
(Inherited from IAdapter) | |
| ConvertPositionAsync |
Convert the ProductType of an order
(Inherited from IAdapter) | |
| Disconnect |
Disconnects from the adapter
(Inherited from IAdapter) | |
| ExitOrderAsync |
Exit an order
(Inherited from IAdapter) | |
| ExitPositionAsync |
Exit position
(Inherited from IAdapter) | |
| GetAccountValueAsync |
Get the account value
(Inherited from IAdapter) | |
| GetOrderHistoryAsync |
Get the order history. All modification, cancellation info of the order, if supported
(Inherited from IAdapter) | |
| GetScannerData |
Get the scanner data
(Inherited from IAdapter) | |
| GetSnapQuotes |
Get the static quotes for the specified instruments
(Inherited from IAdapter) | |
| GetStrikeAsync |
Gets the strike prices of the underlying IInstrument (Inherited from IAdapter) | |
| PlaceOrderAsync |
Place orders
(Inherited from IAdapter) | |
| RefreshAccountAsync |
Gets the account fund, margin etc values
(Inherited from IAdapter) | |
| RefreshHoldingAsync |
Gets the list of holdings for the specified account
(Inherited from IAdapter) | |
| RefreshOrdersAsync |
Gets the order history for the specified account
(Inherited from IAdapter) | |
| RefreshOrderStatusAsync |
Refresh order status
(Inherited from IAdapter) | |
| RefreshPositionAsync |
Gets the list of positions for the specified account
(Inherited from IAdapter) | |
| RefreshTradesAsync |
Gets the trades for the specified account
(Inherited from IAdapter) | |
| SubscribeHistoricalData |
Get historical data
(Inherited from IAdapter) | |
| SubscribeLevel1Data |
Subscribe Level-I data
(Inherited from IAdapter) | |
| SubscribeLevel2Data |
Subscribe Level-II data
(Inherited from IAdapter) | |
| UnsubscribeHistorialData |
Unsubscribe historical data
(Inherited from IAdapter) | |
| UnsubscribeLevel1Data |
Unsubscribe Level-I data
(Inherited from IAdapter) | |
| UnsubscribeLevel2Data |
Unsubscribe Level-II data
(Inherited from IAdapter) |