CommandMessage
StockSharp.Messages
The message contains information about command to change state.
Inherits: BaseRequestMessage
Constructors
CommandMessage()
Initialize CommandMessage.
Properties
Command : CommandTypes
Command.
Parameters : IDictionary<string, string>
Parameters.
Scope : CommandScopes
Scope.
Methods
CopyTo(CommandMessage)
Copy the message into the .
- destination
- The object, to which copied information.
Returns: The object, to which copied information.