|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Stable account identifier created from a numeric or textual source. More...
Public Member Functions | |
| constexpr | AccountId () noexcept=default |
| constexpr bool | operator!= (const AccountId &other) const noexcept |
| constexpr bool | operator< (const AccountId &other) const noexcept |
| constexpr bool | operator<= (const AccountId &other) const noexcept |
| constexpr bool | operator== (const AccountId &other) const noexcept |
| constexpr bool | operator> (const AccountId &other) const noexcept |
| constexpr bool | operator>= (const AccountId &other) const noexcept |
| std::string | ToString () const |
| constexpr std::uint64_t | Value () const noexcept |
Static Public Member Functions | |
| static AccountId | FromString (std::string_view value) |
| static constexpr AccountId | FromUint64 (std::uint64_t value) noexcept |
Stable account identifier created from a numeric or textual source.
|
constexprdefaultnoexcept |
|
inlinestatic |
|
inlinestaticconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inlineconstexprnoexcept |