OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
Loading...
Searching...
No Matches
openpit::asyncengine::AdjustmentOutcome Struct Reference

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

#include <typed.hpp>

Public Member Functions

bool Passed () const noexcept

Public Attributes

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
inlinenodiscardnoexcept

Member Data Documentation

◆ batchError

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

◆ outcomes

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