Click or drag to resize

ExternalAdapterBase Methods

The ExternalAdapterBase type exposes the following members.

Methods
 NameDescription
Protected methodAppendTradingSymbol Append trading symbol. Currently supports the Indian markets only
Public methodCanCancelAllOrders Can cancel all orders
(Inherited from AdapterBaseT)
Public methodCancelAllOrdersAsync Cancel all open orders, if connection supports it.
(Inherited from AdapterBaseT)
Public methodCancelOrderAsync Cancel an order
(Inherited from AdapterBaseT)
Public methodCanConvertPosition Can convert position
(Inherited from AdapterBaseT)
Public methodCanExitOrder Can exit an order
(Inherited from AdapterBaseT)
Public methodCanExitPosition Can exit position
(Inherited from AdapterBaseT)
Public methodCanGetOrderHistory Can get order history
(Inherited from AdapterBaseT)
Public methodCanRefreshAccount Can refersh accounts/funds
(Inherited from AdapterBaseT)
Public methodCanRefreshHolding Can refresh holding
(Inherited from AdapterBaseT)
Public methodCanRefreshOrders Can refersh the historial orders
(Inherited from AdapterBaseT)
Public methodCanRefreshOrderStatus Can refresh order status
(Inherited from AdapterBaseT)
Public methodCanRefreshPosition Can refresh the position
(Inherited from AdapterBaseT)
Public methodCanRefreshTrades Can refresh the historical trades
(Inherited from AdapterBaseT)
Public methodChangeOrderAsync Change an order
(Inherited from AdapterBaseT)
Protected methodConnect Connects to the connection
(Inherited from AdapterBaseT)
Public methodConvertPositionAsync Convert ProductType of a position
(Inherited from AdapterBaseT)
Protected methodDeserializeOco Deserialize the OCO strings
(Inherited from AdapterBaseT)
Public methodDisconnect Disconnect from the connection
(Overrides AdapterBaseTDisconnect(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExitOrderAsync Exit and order
(Inherited from AdapterBaseT)
Public methodExitPositionAsync Close position
(Inherited from AdapterBaseT)
Protected methodFillOrder Create ITrade object when the connection does not provides the trades data
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodFromEpochTime(Int64) Get time from epoch/unix time stamp
(Inherited from AdapterBaseT)
Protected methodFromEpochTime(Int64, TimeSpan) Get time from epoch/unix time stamp
(Inherited from AdapterBaseT)
Public methodGetAccountValueAsync Get account value from connection
(Inherited from AdapterBaseT)
Protected methodGetBuffer Gets the buffer object for NotifyBackfill(Instrument, ListBufferBase, BuiltDataType, BackfillPolicy, DateTime, DateTime)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOrderHistoryAsync Gets the order history of an order
(Inherited from AdapterBaseT)
Protected methodGetOrders Gets the orders
(Inherited from AdapterBaseT)
Public methodGetScannerData Get scanner data from connection
(Inherited from AdapterBaseT)
Public methodGetSnapQuotes Get snap quotes (static quotes)
(Inherited from AdapterBaseT)
Public methodGetStrikeAsync Gets the available strike prices
(Inherited from AdapterBaseT)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLog(String, String) Log messages
(Inherited from AdapterBaseT)
Protected methodLog(LogType, String, String) Log message
(Inherited from AdapterBaseT)
Protected methodLogEx Log exception
(Inherited from AdapterBaseT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyBackfill(Instrument, BackfillEventArgs) Notify backfill of historical data has completed. This should be called even there are no data.
(Inherited from AdapterBaseT)
Protected methodNotifyBackfill(Instrument, ListBufferBase, BuiltDataType, BackfillPolicy, DateTime, DateTime) Notify backfill of historical data has completed. This should be called even there are no data.
Protected methodOnNetworkChanged Is network changed
(Inherited from AdapterBaseT)
Public methodPlaceOrderAsync Place orders
(Inherited from AdapterBaseT)
Public methodRefreshAccountAsync Gets the accounts/funds value from the connection
(Inherited from AdapterBaseT)
Public methodRefreshHoldingAsync Gets the holdings
(Inherited from AdapterBaseT)
Public methodRefreshOrdersAsync Gets the historial order for the defined account
(Inherited from AdapterBaseT)
Public methodRefreshOrderStatusAsync Refresh order status of an order
(Inherited from AdapterBaseT)
Public methodRefreshPositionAsync Gets the positions
(Inherited from AdapterBaseT)
Public methodRefreshTradesAsync Gets the historical trades for the defined account
(Inherited from AdapterBaseT)
Protected methodRemovePositions Remove position
Protected methodSerializeOco Serialize OCO strings
(Inherited from AdapterBaseT)
Protected methodSetRealiedPnL Set realized PnL
Protected methodSetUnrealizedPnL Set unrealized PnL
Public methodSubscribeHistoricalData Subscribe historical data
(Inherited from AdapterBaseT)
Public methodSubscribeLevel1Data Subscribe Level-I data
(Inherited from AdapterBaseT)
Public methodSubscribeLevel2Data Subscribe Level-II data
(Inherited from AdapterBaseT)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodTryAddAccount Add an Account object in the Account drop-down list
Protected methodTryAddTrade Try add TradeBase object to the trade list in Main View"/>
Public methodUnsubscribeHistorialData Unsubscribe historical data
(Inherited from AdapterBaseT)
Public methodUnsubscribeLevel1Data Unsubscribe Level-I data
(Inherited from AdapterBaseT)
Public methodUnsubscribeLevel2Data Unsubscribe Level-II data
(Inherited from AdapterBaseT)
Protected methodUpdateOrder(OrderBase, DateTime, OrderState, Boolean) Update the order status
Protected methodUpdateOrder(OrderBase, DateTime, OrderState, Decimal, Decimal, Double, Double, Double, Decimal, Boolean, Boolean, Boolean) Update order status
Protected methodUpdatePosition Update position.
Top
See Also