OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
openpit::accounts::AccountGroupError Struct Reference
Collaboration diagram for openpit::accounts::AccountGroupError:

Static Public Member Functions

static AccountGroupError FromHandle (OpenPitAccountGroupError *handle)
 

Public Attributes

::openpit::param::AccountId account
 
std::optional<::openpit::param::AccountGroupIdcurrentGroup
 
std::string message
 

Member Function Documentation

◆ FromHandle()

static AccountGroupError openpit::accounts::AccountGroupError::FromHandle ( OpenPitAccountGroupError *  handle)
inlinestatic

Member Data Documentation

◆ account

::openpit::param::AccountId openpit::accounts::AccountGroupError::account

◆ currentGroup

std::optional<::openpit::param::AccountGroupId> openpit::accounts::AccountGroupError::currentGroup

◆ message

std::string openpit::accounts::AccountGroupError::message