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.
Properties
OriginalTransactionId : long
Wire field originalTransactionId.
SecurityId : WsSecurityId
Wire field securityId.
TransactionId : long
Wire field transactionId.
Methods
ToMessage() : MarketDataMessage
ToMessage.