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

Attribute of the CandleSymbol. More...

#include <CandleSymbolAttribute.hpp>

+ Inheritance diagram for dxfcpp::CandleSymbolAttribute:

Public Member Functions

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

Detailed Description

Attribute of the CandleSymbol.

Member Function Documentation

◆ changeAttributeForSymbol()

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

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 dxfcpp::CandleAlignment, dxfcpp::CandleExchange, dxfcpp::CandlePeriod, dxfcpp::CandlePrice, dxfcpp::CandlePriceLevel, and dxfcpp::CandleSession.