dxFeed Graal CXX API
Loading...
Searching...
No Matches
CandleSymbolAttribute Struct Referenceabstract

Attribute of the CandleSymbol. More...

#include <CandleSymbolAttribute.hpp>

+ Inheritance diagram for CandleSymbolAttribute:

Public Member Functions

virtual std::string changeAttributeForSymbol (const dxfcpp::StringLikeWrapper &symbol) const =0
 Returns candle event symbol string with this attribute set.
 

Detailed Description

Attribute of the CandleSymbol.

Member Function Documentation

◆ changeAttributeForSymbol()

virtual std::string CandleSymbolAttribute::changeAttributeForSymbol ( const dxfcpp::StringLikeWrapper & symbol) const
pure virtual

Returns candle event symbol string with this attribute set.

Parameters
symbolThe original candle event symbol.
Returns
candle event symbol string with this attribute set.

Implemented in CandleAlignment, CandleExchange, CandlePeriod, CandlePrice, CandlePriceLevel, and CandleSession.