ICandleBuilderValueTransform

StockSharp.Algo.Candles.Compression

The interface that describes data transformation of the ICandleBuilder source.

プロパティ

BuildFrom : DataType

Which market-data type is used as a source value.

OpenInterest : decimal?

Open interest.

Price : decimal

Price.

Side : Sides?

Side.

Time : DateTime

The time of new data occurrence.

Volume : decimal?

Volume.

メソッド

Process(Message) : bool

Process message to update current state.

message
Message.

戻り値: , if the message was processed, otherwise, .