Click or drag to resize

ExternalAdapterBase Class

Inheritance Hierarchy
System.Object
  ArthaChitra.Model.Connection.AdapterBase<ExternalOptions>
    ArthaChitra.Model.Connection.ExternalAdapterBase

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntax
C#
public abstract class ExternalAdapterBase : AdapterBase<ExternalOptions>

The ExternalAdapterBase type exposes the following members.

Constructors
 NameDescription
Protected methodExternalAdapterBase 
Top
Properties
 NameDescription
Public propertyAdapterOption
(Inherited from AdapterBase<T>)
Public propertyConnection
(Inherited from AdapterBase<T>)
Public propertyDialogService
(Inherited from AdapterBase<T>)
Public propertyIsThrottled
(Inherited from AdapterBase<T>)
Public propertyMessageBox
(Inherited from AdapterBase<T>)
Public propertyNow
(Inherited from AdapterBase<T>)
Top
Methods
 NameDescription
Protected methodAppendTradingSymbol 
Public methodCanCancelAllOrders
(Inherited from AdapterBase<T>)
Public methodCancelAllOrdersAsync
(Inherited from AdapterBase<T>)
Public methodCancelOrderAsync
(Inherited from AdapterBase<T>)
Public methodCanConvertPosition
(Inherited from AdapterBase<T>)
Public methodCanExitOrder
(Inherited from AdapterBase<T>)
Public methodCanExitPosition
(Inherited from AdapterBase<T>)
Public methodCanGetOrderHistory
(Inherited from AdapterBase<T>)
Public methodCanRefreshAccount
(Inherited from AdapterBase<T>)
Public methodCanRefreshHolding
(Inherited from AdapterBase<T>)
Public methodCanRefreshOrders
(Inherited from AdapterBase<T>)
Public methodCanRefreshOrderStatus
(Inherited from AdapterBase<T>)
Public methodCanRefreshPosition
(Inherited from AdapterBase<T>)
Public methodCanRefreshTrades
(Inherited from AdapterBase<T>)
Public methodChangeOrderAsync
(Inherited from AdapterBase<T>)
Protected methodConnect()
(Inherited from AdapterBase<T>)
Public methodConnect(Connection)
(Inherited from AdapterBase<T>)
Public methodConvertPositionAsync
(Inherited from AdapterBase<T>)
Protected methodDeserializeOco
(Inherited from AdapterBase<T>)
Public methodDisconnect
(Overrides AdapterBase<T>.Disconnect(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExitOrderAsync
(Inherited from AdapterBase<T>)
Public methodExitPositionAsync
(Inherited from AdapterBase<T>)
Protected methodFillOrder 
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 AdapterBase<T>)
Protected methodFromEpochTime(Int64, TimeSpan) Get time from epoch/unix time stamp
(Inherited from AdapterBase<T>)
Public methodGetAccountValueAsync
(Inherited from AdapterBase<T>)
Protected methodGetBuffer 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOrderHistoryAsync
(Inherited from AdapterBase<T>)
Protected methodGetOrders
(Inherited from AdapterBase<T>)
Public methodGetScannerData
(Inherited from AdapterBase<T>)
Public methodGetSnapQuotes
(Inherited from AdapterBase<T>)
Public methodGetStrikeAsync
(Inherited from AdapterBase<T>)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLog(String, String)
(Inherited from AdapterBase<T>)
Protected methodLog(LogType, String, String)
(Inherited from AdapterBase<T>)
Protected methodLogEx
(Inherited from AdapterBase<T>)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyBackfill(Instrument, BackfillEventArgs)
(Inherited from AdapterBase<T>)
Protected methodNotifyBackfill(Instrument, List<BufferBase>, BuiltDataType, BackfillPolicy, DateTime, DateTime) 
Protected methodOnNetworkChanged
(Inherited from AdapterBase<T>)
Public methodPlaceOrderAsync
(Inherited from AdapterBase<T>)
Public methodRefreshAccountAsync
(Inherited from AdapterBase<T>)
Public methodRefreshHoldingAsync
(Inherited from AdapterBase<T>)
Public methodRefreshOrdersAsync
(Inherited from AdapterBase<T>)
Public methodRefreshOrderStatusAsync
(Inherited from AdapterBase<T>)
Public methodRefreshPositionAsync
(Inherited from AdapterBase<T>)
Public methodRefreshTradesAsync
(Inherited from AdapterBase<T>)
Protected methodRemovePositions 
Protected methodSerializeOco
(Inherited from AdapterBase<T>)
Protected methodSetRealiedPnL 
Protected methodSetUnrealizedPnL 
Public methodSubscribeHistoricalData
(Inherited from AdapterBase<T>)
Public methodSubscribeLevel1Data
(Inherited from AdapterBase<T>)
Public methodSubscribeLevel2Data
(Inherited from AdapterBase<T>)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodTryAddAccount 
Protected methodTryAddTrade 
Public methodUnsubscribeHistorialData
(Inherited from AdapterBase<T>)
Public methodUnsubscribeLevel1Data
(Inherited from AdapterBase<T>)
Public methodUnsubscribeLevel2Data
(Inherited from AdapterBase<T>)
Protected methodUpdateOrder(OrderBase, DateTime, OrderState, Boolean) 
Protected methodUpdateOrder(OrderBase, DateTime, OrderState, Decimal, Decimal, Double, Double, Double, Decimal, Boolean, Boolean, Boolean) 
Protected methodUpdatePosition 
Top
See Also