dxFeed .Net API
5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Attribute of the CandleSymbol More...
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... | |
Attribute of the CandleSymbol
string com.dxfeed.api.candle.ICandleSymbolAttribute.ChangeAttributeForSymbol | ( | string | symbol | ) |
Returns candle event symbol string with this attribute set.
symbol | original candle event symbol. |
Implemented in com.dxfeed.api.candle.CandlePeriod, com.dxfeed.api.candle.CandlePrice, com.dxfeed.api.candle.CandleAlignment, com.dxfeed.api.candle.CandleExchange, and com.dxfeed.api.candle.CandleSession.
void com.dxfeed.api.candle.ICandleSymbolAttribute.CheckInAttributeImpl | ( | CandleSymbol | candleSymbol | ) |
Internal method that initializes attribute in the candle symbol.
candleSymbol | candleSymbol candle symbol. |
Implemented in com.dxfeed.api.candle.CandlePeriod, com.dxfeed.api.candle.CandlePrice, com.dxfeed.api.candle.CandleAlignment, com.dxfeed.api.candle.CandleExchange, and com.dxfeed.api.candle.CandleSession.