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

Public Member Functions

bool Passed () const noexcept
 

Public Attributes

std::vector<::openpit::accountadjustment::OutcomeaccountAdjustmentOutcomes
 
std::vector<::openpit::accounts::AccountBlockaccountBlocks
 
std::optional<::openpit::accountadjustment::BatchErrorbatchError
 

Member Function Documentation

◆ Passed()

bool openpit::AdjustmentResult::Passed ( ) const
inlinenoexcept

Member Data Documentation

◆ accountAdjustmentOutcomes

std::vector<::openpit::accountadjustment::Outcome> openpit::AdjustmentResult::accountAdjustmentOutcomes

◆ accountBlocks

std::vector<::openpit::accounts::AccountBlock> openpit::AdjustmentResult::accountBlocks

◆ batchError

std::optional<::openpit::accountadjustment::BatchError> openpit::AdjustmentResult::batchError