WsUnsubscribeCommand
StockSharp.Ws
Wire DTO para el comando "type": "unsubscribe". Actualmente mapas a MarketDataMessage con IsSubscribe = false — el servidor apasiona al dessubscribe al igual que originalTransactionId a la suscripción que posee.
Propiedades
OriginalTransactionId
public long OriginalTransactionId { get; set; }
value = wsUnsubscribeCommand.OriginalTransactionId
wsUnsubscribeCommand.OriginalTransactionId = value
Campo de cable originalTransactionId@.
SecurityId
public WsSecurityId SecurityId { get; set; }
value = wsUnsubscribeCommand.SecurityId
wsUnsubscribeCommand.SecurityId = value
Campo de cable securityId@.
TransactionId
public long TransactionId { get; set; }
value = wsUnsubscribeCommand.TransactionId
wsUnsubscribeCommand.TransactionId = value
Campo de cable transactionId@.
Type
public string Type { get; set; }
value = wsUnsubscribeCommand.Type
wsUnsubscribeCommand.Type = value
Tipo de campo de alambre.