dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Static Public Member Functions | Static Public Attributes
com.dxfeed.api.candle.CandleSymbolAttributes.PriceLevel Class Reference

Candle price level attribute of CandleSymbol defines how candles shall be aggregated in respect to price interval. The negative or infinite values of price interval are treated as exceptional. More...

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

Static Public Member Functions

static ICandleSymbolAttribute NewPriceLevel (double priceLevel)
 Creates a new candle price level attribute with certain value More...
 
static ICandleSymbolAttribute Parse (string s)
 Parses string representation of candle price level into object. More...
 

Static Public Attributes

static readonly ICandleSymbolAttribute DEFAULT = CandlePriceLevel.DEFAULT
 Default price level is NaN More...
 

Detailed Description

Candle price level attribute of CandleSymbol defines how candles shall be aggregated in respect to price interval. The negative or infinite values of price interval are treated as exceptional.

Member Function Documentation

◆ NewPriceLevel()

static ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.PriceLevel.NewPriceLevel ( double  priceLevel)
inlinestatic

Creates a new candle price level attribute with certain value

Parameters
priceLevelThe price level value
Returns
The new price level attribute

◆ Parse()

static ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.PriceLevel.Parse ( string  s)
inlinestatic

Parses string representation of candle price level into object.

Parameters
sThe string representation of candle price level attribute.
Returns
The new candle price level attribute

Field Documentation

◆ DEFAULT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.PriceLevel.DEFAULT = CandlePriceLevel.DEFAULT
static

Default price level is NaN


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