OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
openpit::param::AccountId Class Reference

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()

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

Member Function Documentation

◆ FromRaw()

static AccountId openpit::param::AccountId::FromRaw ( OpenPitParamAccountId  raw)
inlinestaticnoexcept

◆ FromString()

static AccountId openpit::param::AccountId::FromString ( std::string_view  value)
inlinestatic

◆ FromUint64()

static AccountId openpit::param::AccountId::FromUint64 ( std::uint64_t  value)
inlinestaticnoexcept

◆ operator!=()

constexpr bool openpit::param::AccountId::operator!= ( const AccountId other) const
inlineconstexprnoexcept

◆ operator==()

constexpr bool openpit::param::AccountId::operator== ( const AccountId other) const
inlineconstexprnoexcept

◆ Raw()

constexpr OpenPitParamAccountId openpit::param::AccountId::Raw ( ) const
inlineconstexprnoexcept

◆ ToString()

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