Table of Contents

Class EmulationStateMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The message, informing about the emulator state change.

public class EmulationStateMessage : Message, IMessage, ILocalTimeMessage, ICloneable, IErrorMessage
Inheritance
EmulationStateMessage
Implements
Inherited Members
Extension Methods

Constructors

EmulationStateMessage()

Initializes a new instance of the EmulationStateMessage.

public EmulationStateMessage()

Properties

Error

Error info.

public Exception Error { get; set; }

Property Value

Exception

StartDate

Date in history for starting the paper trading.

public DateTimeOffset StartDate { get; set; }

Property Value

DateTimeOffset

State

State.

public ChannelStates State { get; set; }

Property Value

ChannelStates

StopDate

Date in history to stop the paper trading (date is included).

public DateTimeOffset StopDate { get; set; }

Property Value

DateTimeOffset

Methods

Clone()

Create a copy of EmulationStateMessage.

public override Message Clone()

Returns

Message

Copy.