dxFeed .Net API  5.8.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.Session Class Reference

Session attribute of CandleSymbol defines trading that is used to build the candles. More...

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

Static Public Member Functions

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

Static Public Attributes

static readonly ICandleSymbolAttribute ANY = CandleSession.ANY
 All trading sessions are used to build candles. More...
 
static readonly ICandleSymbolAttribute REGULAR = CandleSession.REGULAR
 Only regular trading session data is used to build candles. More...
 
static readonly ICandleSymbolAttribute DEFAULT = CandleSession.DEFAULT
 Default trading session is ANY. More...
 

Detailed Description

Session attribute of CandleSymbol defines trading that is used to build the candles.

Member Function Documentation

◆ Parse()

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

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

Parameters
sstring representation of candle candle session attribute.
Returns
candle session attribute.
Exceptions
InvalidOperationExceptionif the string representation is invalid.

Field Documentation

◆ ANY

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Session.ANY = CandleSession.ANY
static

All trading sessions are used to build candles.

◆ DEFAULT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Session.DEFAULT = CandleSession.DEFAULT
static

Default trading session is ANY.

◆ REGULAR

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Session.REGULAR = CandleSession.REGULAR
static

Only regular trading session data is used to build candles.


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