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
StartDate
Date in history for starting the paper trading.
public DateTimeOffset StartDate { get; set; }
Property Value
State
State.
public ChannelStates State { get; set; }
Property Value
StopDate
Date in history to stop the paper trading (date is included).
public DateTimeOffset StopDate { get; set; }
Property Value
Methods
Clone()
Create a copy of EmulationStateMessage.
public override Message Clone()
Returns
- Message
Copy.