WsIndicatorPoint
StockSharp.Ws
One indicator point: the timestamp of the candle it maps to plus one or more decimal outputs (e.g. SMA gives one; Bollinger gives three). Used both as a row in WsIndicatorSeries and as a live update broadcast under messageType = "IndicatorPoint".
Propriedades
OriginalTransactionId : long?
Wire field originalTransactionId. Set on live broadcasts to the originating subscribe txId so multi-subscriber clients can route the point to the right run. Omitted on synchronous compute responses.