ICandleBuilderValueTransform

StockSharp.Algo.Candles.Compression

The interface that describes data transformation of the ICandleBuilder source.

Propiedades

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.

Métodos

Process(Message) : bool

Process message to update current state.

message
Message.

Devuelve: , if the message was processed, otherwise, .