|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Stable account-group identifier used for shared market-data resolution. More...
Public Member Functions | |
| constexpr | AccountGroupId () noexcept=default |
| constexpr bool | IsDefault () const noexcept |
| constexpr bool | operator!= (const AccountGroupId &other) const noexcept |
| constexpr bool | operator< (const AccountGroupId &other) const noexcept |
| constexpr bool | operator<= (const AccountGroupId &other) const noexcept |
| constexpr bool | operator== (const AccountGroupId &other) const noexcept |
| constexpr bool | operator> (const AccountGroupId &other) const noexcept |
| constexpr bool | operator>= (const AccountGroupId &other) const noexcept |
| std::string | ToString () const |
| constexpr std::uint32_t | Value () const noexcept |
Static Public Member Functions | |
| static AccountGroupId | FromString (std::string_view value) |
| static AccountGroupId | FromUint32 (std::uint32_t value) |
Stable account-group identifier used for shared market-data resolution.
|
constexprdefaultnoexcept |
|
inlinestatic |
|
inlinestatic |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inlineconstexprnoexcept |