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