WsMarketData
StockSharp.Ws
Wire DTO for MarketDataMessage — server→client direction (e.g. echo of a subscribe the server built itself, or a server-initiated reset). Client→server subscribe/unsubscribe uses a different command shape ("type": "subscribe" + dataType dispatcher), handled separately by WsSubscribeCommand.
Eigenschaften
BuildField : Level1Fields?
Wire field buildField.
BuildFrom : string
Wire field buildFrom. DataType is composite (e.g. CandleTimeFrame), so its serializable string form is kept here.
BuildMode : MarketDataBuildModes?
Wire field buildMode.
IsFinishedOnly : bool?
Wire field isFinishedOnly.
IsRegularTradingHours : bool?
Wire field isRegularTradingHours.
IsSubscribe : bool
Wire field isSubscribe.
RefreshSpeed : long?
Wire field refreshSpeed. Ticks (TimeSpan.Ticks).
SecurityId : WsSecurityId
Wire field securityId.
TransactionId : long
Wire field transactionId.
Methoden
From(MarketDataMessage) : WsMarketData
From.