dxFeed Graal CXX API
|
This is the complete list of members for Summary, including all inherited members.
freeGraal(void *graalNative) | Summary | static |
fromGraal(void *graalNative) | Summary | static |
getDayClosePrice() const noexcept | Summary | inline |
getDayClosePriceType() const &noexcept | Summary | inline |
getDayHighPrice() const noexcept | Summary | inline |
getDayId() const noexcept | Summary | inline |
getDayLowPrice() const noexcept | Summary | inline |
getDayOpenPrice() const noexcept | Summary | inline |
getEventSymbol() const &noexcept override | MarketEvent | inlinevirtual |
getEventSymbolOpt() const &noexcept override | MarketEvent | inlinevirtual |
getEventTime() const noexcept override | MarketEvent | inlinevirtual |
getOpenInterest() const noexcept | Summary | inline |
getPrevDayClosePrice() const noexcept | Summary | inline |
getPrevDayClosePriceType() const &noexcept | Summary | inline |
getPrevDayId() const noexcept | Summary | inline |
getPrevDayVolume() const noexcept | Summary | inline |
is() const noexcept | SharedEntity | inline |
MarketEvent(std::string eventSymbol) noexcept | MarketEvent | inlineexplicitprotected |
Ptr typedef | Summary | |
setDayClosePrice(double dayClosePrice) noexcept | Summary | inline |
setDayClosePriceType(const PriceType &type) noexcept | Summary | inline |
setDayHighPrice(double dayHighPrice) noexcept | Summary | inline |
setDayId(std::int32_t dayId) noexcept | Summary | inline |
setDayLowPrice(double dayLowPrice) noexcept | Summary | inline |
setDayOpenPrice(double dayOpenPrice) noexcept | Summary | inline |
setEventSymbol(const std::string &eventSymbol) noexcept override | MarketEvent | inlinevirtual |
setEventTime(std::int64_t eventTime) noexcept override | MarketEvent | inlinevirtual |
setOpenInterest(std::int64_t openInterest) noexcept | Summary | inline |
setPrevDayClosePrice(double prevDayClosePrice) noexcept | Summary | inline |
setPrevDayClosePriceType(const PriceType &type) noexcept | Summary | inline |
setPrevDayId(std::int32_t prevDayId) noexcept | Summary | inline |
setPrevDayVolume(double prevDayVolume) noexcept | Summary | inline |
sharedAs() noexcept | SharedEntity | inline |
sharedAs() const noexcept | SharedEntity | inline |
Summary() noexcept=default | Summary | |
Summary(std::string eventSymbol) noexcept | Summary | inlineexplicit |
toGraal() const override | Summary | virtual |
toString() const noexcept override | Summary | virtual |
TYPE | Summary | static |
Unique typedef | Summary | |
~Entity() noexcept=default | Entity | virtual |