WsSubscriptionResponse

StockSharp.Ws

Wire DTO for SubscriptionResponseMessage — server→client. The error / isOk fields are mutually exclusive (either an error string or an "ok" flag, never both); SubscriptionResponseMessage) picks the right one.

Свойства

Error : string

Wire field error.

IsOk : bool?

Wire field isOk.

OriginalTransactionId : long

Wire field originalTransactionId.

Методы