Click or drag to resize

Simulator Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Model.ConnectionAdapterBaseSimulatorOptions
    ArthaChitra.Model.ConnectionSimulator

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public class Simulator : AdapterBase<SimulatorOptions>

The Simulator type exposes the following members.

Constructors
 NameDescription
Public methodSimulator 
Top
Properties
 NameDescription
Public propertyAdapterOption
(Inherited from AdapterBaseT)
Public propertyConnection
(Inherited from AdapterBaseT)
Public propertyDialogService
(Inherited from AdapterBaseT)
Public propertyIsThrottled
(Inherited from AdapterBaseT)
Public propertyMessageBox
(Inherited from AdapterBaseT)
Public propertyNow
(Inherited from AdapterBaseT)
Top
Methods
 NameDescription
Public methodCanCancelAllOrders
(Inherited from AdapterBaseT)
Public methodCancelAllOrdersAsync
(Inherited from AdapterBaseT)
Public methodCancelOrderAsync
(Overrides AdapterBaseTCancelOrderAsync(OrderBase))
Public methodCanConvertPosition
(Inherited from AdapterBaseT)
Public methodCanExitOrder
(Inherited from AdapterBaseT)
Public methodCanExitPosition
(Inherited from AdapterBaseT)
Public methodCanGetOrderHistory
(Inherited from AdapterBaseT)
Public methodCanRefreshAccount
(Inherited from AdapterBaseT)
Public methodCanRefreshHolding
(Inherited from AdapterBaseT)
Public methodCanRefreshOrders
(Inherited from AdapterBaseT)
Public methodCanRefreshOrderStatus
(Inherited from AdapterBaseT)
Public methodCanRefreshPosition
(Inherited from AdapterBaseT)
Public methodCanRefreshTrades
(Inherited from AdapterBaseT)
Public methodChangeOrderAsync
(Overrides AdapterBaseTChangeOrderAsync(OrderBase))
Protected methodConnect
(Overrides AdapterBaseTConnect)
Public methodConnect(Connection)
(Inherited from AdapterBaseT)
Public methodConvertPositionAsync
(Inherited from AdapterBaseT)
Protected methodDeserializeOco
(Inherited from AdapterBaseT)
Public methodDisconnect
(Overrides AdapterBaseTDisconnect(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExitOrderAsync
(Inherited from AdapterBaseT)
Public methodExitPositionAsync
(Inherited from AdapterBaseT)
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
(Inherited from AdapterBaseT)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetOrderHistoryAsync
(Inherited from AdapterBaseT)
Protected methodGetOrders
(Inherited from AdapterBaseT)
Public methodGetStrikeAsync
(Overrides AdapterBaseTGetStrikeAsync(ActionDouble, Instrument, DateTime, InstrumentDefinition))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodLog(String, String)
(Inherited from AdapterBaseT)
Protected methodLog(LogType, String, String)
(Inherited from AdapterBaseT)
Protected methodLogEx
(Inherited from AdapterBaseT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyBackfill
(Inherited from AdapterBaseT)
Protected methodOnNetworkChanged
(Inherited from AdapterBaseT)
Public methodPlaceOrderAsync
(Overrides AdapterBaseTPlaceOrderAsync(OrderBase))
Public methodRefreshAccountAsync
(Inherited from AdapterBaseT)
Public methodRefreshHoldingAsync
(Inherited from AdapterBaseT)
Public methodRefreshOrdersAsync
(Inherited from AdapterBaseT)
Public methodRefreshOrderStatusAsync
(Inherited from AdapterBaseT)
Public methodRefreshPositionAsync
(Inherited from AdapterBaseT)
Public methodRefreshTradesAsync
(Inherited from AdapterBaseT)
Protected methodSerializeOco
(Inherited from AdapterBaseT)
Public methodSubscribeHistoricalData
(Overrides AdapterBaseTSubscribeHistoricalData(Instrument, BuiltDataType, BackfillPolicy, DateTime, DateTime, Boolean))
Public methodSubscribeLevel1Data
(Overrides AdapterBaseTSubscribeLevel1Data(Instrument))
Public methodSubscribeLevel2Data
(Overrides AdapterBaseTSubscribeLevel2Data(Instrument))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsubscribeHistorialData
(Overrides AdapterBaseTUnsubscribeHistorialData(Instrument, BuiltDataType, BackfillPolicy))
Public methodUnsubscribeLevel1Data
(Overrides AdapterBaseTUnsubscribeLevel1Data(Instrument))
Public methodUnsubscribeLevel2Data
(Overrides AdapterBaseTUnsubscribeLevel2Data(Instrument))
Top
See Also