dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions
com.dxfeed.api.candle.ICandleSymbolAttribute Interface Reference

Attribute of the CandleSymbol More...

Inheritance diagram for com.dxfeed.api.candle.ICandleSymbolAttribute:
[legend]

Public Member Functions

string ChangeAttributeForSymbol (string symbol)
 Returns candle event symbol string with this attribute set. More...
 
void CheckInAttributeImpl (CandleSymbol candleSymbol)
 Internal method that initializes attribute in the candle symbol. More...
 

Detailed Description

Attribute of the CandleSymbol

Member Function Documentation

◆ ChangeAttributeForSymbol()

string com.dxfeed.api.candle.ICandleSymbolAttribute.ChangeAttributeForSymbol ( string  symbol)

Returns candle event symbol string with this attribute set.

Parameters
symboloriginal candle event symbol.
Returns
candle event symbol string with this attribute set.

Implemented in com.dxfeed.api.candle.CandlePeriod, com.dxfeed.api.candle.CandlePrice, com.dxfeed.api.candle.CandleAlignment, com.dxfeed.api.candle.CandleExchange, com.dxfeed.api.candle.CandleSession, and com.dxfeed.api.candle.CandlePriceLevel.

◆ CheckInAttributeImpl()

void com.dxfeed.api.candle.ICandleSymbolAttribute.CheckInAttributeImpl ( CandleSymbol  candleSymbol)

Internal method that initializes attribute in the candle symbol.

Parameters
candleSymbolcandleSymbol candle symbol.

Implemented in com.dxfeed.api.candle.CandlePeriod, com.dxfeed.api.candle.CandlePrice, com.dxfeed.api.candle.CandleAlignment, com.dxfeed.api.candle.CandleExchange, com.dxfeed.api.candle.CandleSession, and com.dxfeed.api.candle.CandlePriceLevel.


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