Click or drag to resize

AdapterBaseT Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Model.ConnectionAdapterBaseT
    ArthaChitra.Model.ConnectionExternalAdapterBase
    ArthaChitra.Model.ConnectionSimulator

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public abstract class AdapterBase<T> : IWeakEventListener, 
	IAdapter<T>, IAdapter
where T : AdapterOptionsBase

Type Parameters

T

The AdapterBaseT type exposes the following members.

Constructors
 NameDescription
Public methodAdapterBaseT 
Top
Properties
Methods
 NameDescription
Public methodCanCancelAllOrders 
Public methodCancelAllOrdersAsync 
Public methodCancelOrderAsync 
Public methodCanConvertPosition 
Public methodCanExitOrder 
Public methodCanExitPosition 
Public methodCanGetOrderHistory 
Public methodCanRefreshAccount 
Public methodCanRefreshHolding 
Public methodCanRefreshOrders 
Public methodCanRefreshOrderStatus 
Public methodCanRefreshPosition 
Public methodCanRefreshTrades 
Public methodChangeOrderAsync 
Protected methodConnect 
Public methodConnect(Connection) 
Public methodConvertPositionAsync 
Protected methodDeserializeOco 
Public methodDisconnect 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExitOrderAsync 
Public methodExitPositionAsync 
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
Protected methodFromEpochTime(Int64, TimeSpan) Get time from epoch/unix time stamp
Public methodGetAccountValueAsync 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOrderHistoryAsync 
Protected methodGetOrders 
Public methodGetStrikeAsync 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLog(String, String) 
Protected methodLog(LogType, String, String) 
Protected methodLogEx 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyBackfill 
Protected methodOnNetworkChanged 
Public methodPlaceOrderAsync 
Public methodRefreshAccountAsync 
Public methodRefreshHoldingAsync 
Public methodRefreshOrdersAsync 
Public methodRefreshOrderStatusAsync 
Public methodRefreshPositionAsync 
Public methodRefreshTradesAsync 
Protected methodSerializeOco 
Public methodSubscribeHistoricalData 
Public methodSubscribeLevel1Data 
Public methodSubscribeLevel2Data 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsubscribeHistorialData 
Public methodUnsubscribeLevel1Data 
Public methodUnsubscribeLevel2Data 
Top
See Also