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

Exchange attribute of CandleSymbol defines exchange identifier where data is taken from to build the candles. More...

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

Static Public Member Functions

static ICandleSymbolAttribute NewExchange (char code)
 Creates a new candle exchange object More...
 

Static Public Attributes

static readonly ICandleSymbolAttribute COMPOSITE = CandleExchange.COMPOSITE
 Composite exchange where data is taken from all exchanges. More...
 
static readonly ICandleSymbolAttribute DEFAULT = CandleExchange.DEFAULT
 Default exchange is COMPOSITE. More...
 

Detailed Description

Exchange attribute of CandleSymbol defines exchange identifier where data is taken from to build the candles.

Member Function Documentation

◆ NewExchange()

static ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Exchange.NewExchange ( char  code)
inlinestatic

Creates a new candle exchange object

Parameters
codeexchange code
Returns
new candle exchange

Field Documentation

◆ COMPOSITE

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Exchange.COMPOSITE = CandleExchange.COMPOSITE
static

Composite exchange where data is taken from all exchanges.

◆ DEFAULT

readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Exchange.DEFAULT = CandleExchange.DEFAULT
static

Default exchange is COMPOSITE.


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