CommandMessage
StockSharp.Messages
The message contains information about command to change state.
继承自: BaseRequestMessage
构造函数
CommandMessage()
Initialize CommandMessage.
属性
Command : CommandTypes
Command.
Parameters : IDictionary<string, string>
Parameters.
Scope : CommandScopes
Scope.
方法
CopyTo(CommandMessage)
Copy the message into the .
- destination
- The object, to which copied information.
返回值: The object, to which copied information.