Interface IMarketEmulator
The interface, describing paper trading.
Inherited Members
Namespace: StockSharp.Algo.Testing
Assembly: StockSharp.Algo.dll
Syntax
public interface IMarketEmulator : IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable
Properties
ExchangeInfoProvider
Exchanges and trading boards provider.
Declaration
IExchangeInfoProvider ExchangeInfoProvider { get; }
Property Value
Type | Description |
---|---|
IExchangeInfoProvider |
PortfolioProvider
The portfolio to be used to register orders. If value is not given, the portfolio with default name Simulator will be created.
Declaration
IPortfolioProvider PortfolioProvider { get; }
Property Value
Type | Description |
---|---|
IPortfolioProvider |
ProcessedMessageCount
The number of processed messages.
Declaration
long ProcessedMessageCount { get; }
Property Value
Type | Description |
---|---|
Int64 |
SecurityProvider
The provider of information about instruments.
Declaration
ISecurityProvider SecurityProvider { get; }
Property Value
Type | Description |
---|---|
ISecurityProvider |
Settings
Emulator settings.
Declaration
MarketEmulatorSettings Settings { get; }
Property Value
Type | Description |
---|---|
MarketEmulatorSettings |