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

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 OpenPitParamAccountGroupId Raw () const noexcept
 
std::string ToString () const
 

Static Public Member Functions

static AccountGroupId FromRaw (OpenPitParamAccountGroupId raw) noexcept
 
static AccountGroupId FromString (std::string_view value)
 
static AccountGroupId FromUint32 (std::uint32_t value)
 

Constructor & Destructor Documentation

◆ AccountGroupId()

constexpr openpit::param::AccountGroupId::AccountGroupId ( )
constexprdefaultnoexcept

Member Function Documentation

◆ FromRaw()

static AccountGroupId openpit::param::AccountGroupId::FromRaw ( OpenPitParamAccountGroupId  raw)
inlinestaticnoexcept

◆ FromString()

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

◆ FromUint32()

static AccountGroupId openpit::param::AccountGroupId::FromUint32 ( std::uint32_t  value)
inlinestatic

◆ IsDefault()

constexpr bool openpit::param::AccountGroupId::IsDefault ( ) const
inlineconstexprnoexcept

◆ operator!=()

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

◆ operator==()

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

◆ Raw()

constexpr OpenPitParamAccountGroupId openpit::param::AccountGroupId::Raw ( ) const
inlineconstexprnoexcept

◆ ToString()

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