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.Alignment Class Reference

Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time. More...

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

Static Public Member Functions

static ICandleSymbolAttribute Parse (string s)
 Parses string representation of candle alignment into object. Any string that was returned by CandleAlignment.ToString can be parsed and case is ignored for parsing. More...
 

Static Public Attributes

static readonly ICandleSymbolAttribute MIDNIGHT = CandleAlignment.MIDNIGHT
 Align candles on midnight. More...
 
static readonly ICandleSymbolAttribute SESSION = CandleAlignment.SESSION
 Align candles on trading sessions. More...
 
static readonly ICandleSymbolAttribute DEFAULT = CandleAlignment.DEFAULT
 Default alignment is MIDNIGHT. More...
 

Detailed Description

Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time.

Member Function Documentation

◆ Parse()

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

Parses string representation of candle alignment into object. Any string that was returned by CandleAlignment.ToString can be parsed and case is ignored for parsing.

Parameters
sstring representation of candle alignment.
Returns
candle alignment
Exceptions
ArgumentNullExceptionCandle alignment in string is unknown

Field Documentation

◆ DEFAULT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Alignment.DEFAULT = CandleAlignment.DEFAULT
static

Default alignment is MIDNIGHT.

◆ MIDNIGHT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Alignment.MIDNIGHT = CandleAlignment.MIDNIGHT
static

Align candles on midnight.

◆ SESSION

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Alignment.SESSION = CandleAlignment.SESSION
static

Align candles on trading sessions.


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