Class GeneratorMessage
- Namespace
- StockSharp.Algo.Testing
- Assembly
- StockSharp.Algo.dll
The message about creation or deletion of the market data generator.
public class GeneratorMessage : MarketDataMessage, ISubscriptionIdMessage, ISecurityIdMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable, IGeneratedMessage
- Inheritance
-
GeneratorMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
GeneratorMessage()
Initializes a new instance of the GeneratorMessage.
public GeneratorMessage()
Properties
Generator
The market data generator.
public MarketDataGenerator Generator { get; set; }
Property Value
Methods
Clone()
Create a copy of GeneratorMessage.
public override Message Clone()
Returns
- Message
Copy.
CopyTo(GeneratorMessage)
Copy the message into the destination
.
public void CopyTo(GeneratorMessage destination)
Parameters
destination
GeneratorMessageThe object, to which copied information.