Public Member Functions | |
TradeConditionSet (TradeCondition::Enum value) | |
bool | contain (TradeCondition::Enum value) const |
bool | containExchangeLast () const |
bool | containOpeningPrice () const |
bool | containHighPrice () const |
bool | containLowPrice () const |
bool | containOfficialClosingPrice () const |
bool | containLastAuctionPrice () const |
bool | containFinalPriceOfSession () const |
bool | containBestPrice () const |
bool | containMidpointPrice () const |
bool | containPriceFromSubscriptionPeriod () const |
std::string | toString () const |
Static Public Member Functions | |
static bool | tryParse (const char *buffer, size_t bufferSize, TradeConditionSet &) |
Attempts to parse value from its string/text presentation. More... | |
static TradeConditionSet | parse (const char *buffer, size_t bufferSize) |
Parses value from string presentation. More... | |
static TradeConditionSet | parse (const StringRef value) |
Parses value from StringRef presentation. More... | |
|
static |
Parses value from string presentation.
std::exception | on failure. |
|
static |
Parses value from StringRef presentation.
std::exception | on failure. |
|
static |
Attempts to parse value from its string/text presentation.