WsUnsubscribeCommand

StockSharp.Ws

Wire DTO for the "type": "unsubscribe" command. Currently maps to MarketDataMessage with IsSubscribe = false — the server fans the unsubscribe out by matching originalTransactionId to the subscription it owns.

Eigenschaften

OriginalTransactionId : long

Wire field originalTransactionId.

SecurityId : WsSecurityId

Wire field securityId.

TransactionId : long

Wire field transactionId.

Type : string

Wire field type.

Methoden

ToMessage() : MarketDataMessage

ToMessage.