External |
public abstract class ExternalAdapterBase : AdapterBase<ExternalOptions>
The ExternalAdapterBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ExternalAdapterBase |
| Name | Description | |
|---|---|---|
| AdapterOption |
Gets the adapter option
(Inherited from AdapterBaseT) | |
| Connection |
Gets the Connection object
(Inherited from AdapterBaseT) | |
| DialogService | (Inherited from AdapterBaseT) | |
| IsThrottled |
Is the connection throttled
(Inherited from AdapterBaseT) | |
| MessageBox | (Inherited from AdapterBaseT) | |
| Now |
UTC time + Timezone offset (as defined in Options > General tab)
(Inherited from AdapterBaseT) |
| Name | Description | |
|---|---|---|
| AppendTradingSymbol | Append trading symbol. Currently supports the Indian markets only | |
| CanCancelAllOrders |
Can cancel all orders
(Inherited from AdapterBaseT) | |
| CancelAllOrdersAsync |
Cancel all open orders, if connection supports it.
(Inherited from AdapterBaseT) | |
| CancelOrderAsync |
Cancel an order
(Inherited from AdapterBaseT) | |
| CanConvertPosition |
Can convert position
(Inherited from AdapterBaseT) | |
| CanExitOrder |
Can exit an order
(Inherited from AdapterBaseT) | |
| CanExitPosition |
Can exit position
(Inherited from AdapterBaseT) | |
| CanGetOrderHistory |
Can get order history
(Inherited from AdapterBaseT) | |
| CanRefreshAccount |
Can refersh accounts/funds
(Inherited from AdapterBaseT) | |
| CanRefreshHolding |
Can refresh holding
(Inherited from AdapterBaseT) | |
| CanRefreshOrders |
Can refersh the historial orders
(Inherited from AdapterBaseT) | |
| CanRefreshOrderStatus |
Can refresh order status
(Inherited from AdapterBaseT) | |
| CanRefreshPosition |
Can refresh the position
(Inherited from AdapterBaseT) | |
| CanRefreshTrades |
Can refresh the historical trades
(Inherited from AdapterBaseT) | |
| ChangeOrderAsync |
Change an order
(Inherited from AdapterBaseT) | |
| Connect |
Connects to the connection
(Inherited from AdapterBaseT) | |
| ConvertPositionAsync |
Convert ProductType of a position
(Inherited from AdapterBaseT) | |
| DeserializeOco |
Deserialize the OCO strings
(Inherited from AdapterBaseT) | |
| Disconnect |
Disconnect from the connection
(Overrides AdapterBaseTDisconnect(Boolean)) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExitOrderAsync |
Exit and order
(Inherited from AdapterBaseT) | |
| ExitPositionAsync |
Close position
(Inherited from AdapterBaseT) | |
| FillOrder | Create ITrade object when the connection does not provides the trades data | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromEpochTime(Int64) |
Get time from epoch/unix time stamp
(Inherited from AdapterBaseT) | |
| FromEpochTime(Int64, TimeSpan) |
Get time from epoch/unix time stamp
(Inherited from AdapterBaseT) | |
| GetAccountValueAsync |
Get account value from connection
(Inherited from AdapterBaseT) | |
| GetBuffer | Gets the buffer object for NotifyBackfill(Instrument, ListBufferBase, BuiltDataType, BackfillPolicy, DateTime, DateTime) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetOrderHistoryAsync |
Gets the order history of an order
(Inherited from AdapterBaseT) | |
| GetOrders |
Gets the orders
(Inherited from AdapterBaseT) | |
| GetScannerData |
Get scanner data from connection
(Inherited from AdapterBaseT) | |
| GetSnapQuotes |
Get snap quotes (static quotes)
(Inherited from AdapterBaseT) | |
| GetStrikeAsync |
Gets the available strike prices
(Inherited from AdapterBaseT) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Log(String, String) |
Log messages
(Inherited from AdapterBaseT) | |
| Log(LogType, String, String) |
Log message
(Inherited from AdapterBaseT) | |
| LogEx |
Log exception
(Inherited from AdapterBaseT) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NotifyBackfill(Instrument, BackfillEventArgs) |
Notify backfill of historical data has completed. This should be called even there are no data.
(Inherited from AdapterBaseT) | |
| NotifyBackfill(Instrument, ListBufferBase, BuiltDataType, BackfillPolicy, DateTime, DateTime) | Notify backfill of historical data has completed. This should be called even there are no data. | |
| OnNetworkChanged |
Is network changed
(Inherited from AdapterBaseT) | |
| PlaceOrderAsync |
Place orders
(Inherited from AdapterBaseT) | |
| RefreshAccountAsync |
Gets the accounts/funds value from the connection
(Inherited from AdapterBaseT) | |
| RefreshHoldingAsync |
Gets the holdings
(Inherited from AdapterBaseT) | |
| RefreshOrdersAsync |
Gets the historial order for the defined account
(Inherited from AdapterBaseT) | |
| RefreshOrderStatusAsync |
Refresh order status of an order
(Inherited from AdapterBaseT) | |
| RefreshPositionAsync |
Gets the positions
(Inherited from AdapterBaseT) | |
| RefreshTradesAsync |
Gets the historical trades for the defined account
(Inherited from AdapterBaseT) | |
| RemovePositions | Remove position | |
| SerializeOco |
Serialize OCO strings
(Inherited from AdapterBaseT) | |
| SetRealiedPnL | Set realized PnL | |
| SetUnrealizedPnL | Set unrealized PnL | |
| SubscribeHistoricalData |
Subscribe historical data
(Inherited from AdapterBaseT) | |
| SubscribeLevel1Data |
Subscribe Level-I data
(Inherited from AdapterBaseT) | |
| SubscribeLevel2Data |
Subscribe Level-II data
(Inherited from AdapterBaseT) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryAddAccount | Add an Account object in the Account drop-down list | |
| TryAddTrade | Try add TradeBase object to the trade list in Main View"/> | |
| UnsubscribeHistorialData |
Unsubscribe historical data
(Inherited from AdapterBaseT) | |
| UnsubscribeLevel1Data |
Unsubscribe Level-I data
(Inherited from AdapterBaseT) | |
| UnsubscribeLevel2Data |
Unsubscribe Level-II data
(Inherited from AdapterBaseT) | |
| UpdateOrder(OrderBase, DateTime, OrderState, Boolean) | Update the order status | |
| UpdateOrder(OrderBase, DateTime, OrderState, Decimal, Decimal, Double, Double, Double, Decimal, Boolean, Boolean, Boolean) | Update order status | |
| UpdatePosition | Update position. |