OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
Loading...
Searching...
No Matches
openpit::param::AccountId Class Reference

#include <account_id.hpp>

Public Member Functions

constexpr AccountId () noexcept=default
constexpr bool operator!= (const AccountId &other) const noexcept
constexpr bool operator== (const AccountId &other) const noexcept
constexpr OpenPitParamAccountId Raw () const noexcept
std::string ToString () const

Static Public Member Functions

static AccountId FromRaw (OpenPitParamAccountId raw) noexcept
static AccountId FromString (std::string_view value)
static AccountId FromUint64 (std::uint64_t value) noexcept

Constructor & Destructor Documentation

◆ AccountId()

openpit::param::AccountId::AccountId ( )
constexprdefaultnoexcept

Member Function Documentation

◆ FromRaw()

AccountId openpit::param::AccountId::FromRaw ( OpenPitParamAccountId raw)
inlinestaticnodiscardnoexcept

◆ FromString()

AccountId openpit::param::AccountId::FromString ( std::string_view value)
inlinestaticnodiscard

◆ FromUint64()

AccountId openpit::param::AccountId::FromUint64 ( std::uint64_t value)
inlinestaticnodiscardnoexcept

◆ operator!=()

bool openpit::param::AccountId::operator!= ( const AccountId & other) const
inlinenodiscardconstexprnoexcept

◆ operator==()

bool openpit::param::AccountId::operator== ( const AccountId & other) const
inlinenodiscardconstexprnoexcept

◆ Raw()

OpenPitParamAccountId openpit::param::AccountId::Raw ( ) const
inlinenodiscardconstexprnoexcept

◆ ToString()

std::string openpit::param::AccountId::ToString ( ) const
inlinenodiscard