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.