OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
openpit::asyncengine::AdjustmentOutcome Struct Reference

Result value for an async account-adjustment batch. More...

Collaboration diagram for openpit::asyncengine::AdjustmentOutcome:

Public Member Functions

bool Passed () const noexcept
 

Public Attributes

std::vector<::openpit::accounts::AccountBlockaccountBlocks
 
std::shared_ptr<::openpit::accountadjustment::BatchErrorbatchError
 
std::vector<::openpit::accountadjustment::Outcomeoutcomes
 

Detailed Description

Result value for an async account-adjustment batch.

Member Function Documentation

◆ Passed()

bool openpit::asyncengine::AdjustmentOutcome::Passed ( ) const
inlinenoexcept

Member Data Documentation

◆ accountBlocks

std::vector<::openpit::accounts::AccountBlock> openpit::asyncengine::AdjustmentOutcome::accountBlocks

◆ batchError

std::shared_ptr<::openpit::accountadjustment::BatchError> openpit::asyncengine::AdjustmentOutcome::batchError

◆ outcomes

std::vector<::openpit::accountadjustment::Outcome> openpit::asyncengine::AdjustmentOutcome::outcomes