dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.api.candle.CandleSymbolAttributes.Period Class Reference

Period attribute of CandleSymbol defines aggregation period of the candles. More...

Collaboration diagram for com.dxfeed.api.candle.CandleSymbolAttributes.Period:
[legend]

Static Public Member Functions

static ICandleSymbolAttribute NewPeriod (double period, CandleType type)
 Creates a new candle period with certain value and type More...
 

Static Public Attributes

static readonly ICandleSymbolAttribute TICK = CandlePeriod.TICK
 Tick aggregation where each candle represents an individual tick. More...
 
static readonly ICandleSymbolAttribute DAY = CandlePeriod.DAY
 Day aggregation where each candle represents a day. More...
 
static readonly ICandleSymbolAttribute DEFAULT = CandlePeriod.DEFAULT
 Default period is TICK. More...
 

Detailed Description

Period attribute of CandleSymbol defines aggregation period of the candles.

Member Function Documentation

◆ NewPeriod()

static ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Period.NewPeriod ( double  period,
CandleType  type 
)
inlinestatic

Creates a new candle period with certain value and type

Parameters
periodvalue of candle period
typetype of candle period
Returns
new candle period

Field Documentation

◆ DAY

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Period.DAY = CandlePeriod.DAY
static

Day aggregation where each candle represents a day.

◆ DEFAULT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Period.DEFAULT = CandlePeriod.DEFAULT
static

Default period is TICK.

◆ TICK

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Period.TICK = CandlePeriod.TICK
static

Tick aggregation where each candle represents an individual tick.


The documentation for this class was generated from the following file: