Candle

StockSharp.Algo.Candles

Base candle class (contains main parameters).

Наследует: Cloneable<Candle>

Реализует: ICandleMessage, ISecurityIdMessage, ISeqNumMessage, IGeneratedMessage, ILocalTimeMessage, IServerTimeMessage

Конструкторы

Candle()

Initializes a new instance of the Candle.

Свойства

Arg : object

The candle formation parameter. For example, for TimeFrameCandle this value is TimeFrame.

ArgType : Type

Type of argument.

BuildFrom : DataType

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

BuyVolume : decimal?

Buy volume.

ClosePrice : decimal

Closing price.

CloseTime : DateTime

Close time.

CloseVolume : decimal?

Volume at close.

DataType : DataType

The type of market-data, operated by given storage.

DownTicks : int?

Number of down trending ticks.

HighPrice : decimal

Highest price.

HighTime : DateTime

High time.

HighVolume : decimal?

Volume at high.

LowPrice : decimal

Lowest price.

LowTime : DateTime

Low time.

LowVolume : decimal?

Volume at low.

OpenInterest : decimal?

Open interest.

OpenPrice : decimal

Opening price.

OpenTime : DateTime

Open time.

OpenVolume : decimal?

Volume at open.

RelativeVolume : decimal?

Relative volume.

Security : Security

Security.

SellVolume : decimal?

Sell volume.

SeqNum : long

Sequence number.

State : CandleStates

Gets the underlying state storage.

TotalPrice : decimal

Total price size.

TotalTicks : int?

Number of ticks.

TotalVolume : decimal

Total session volume.

UpTicks : int?

Number of up trending ticks.

Методы

CopyTo``1(T)

Copy the message into the .

destination
The object, to which copied information.

Возвращает: The object, to which copied information.

ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.