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

#include <policies.hpp>

Public Member Functions

 PnlBoundsAccountBarrierUpdate (::openpit::param::AccountId account, std::string asset)

Public Attributes

::openpit::param::AccountId accountId
std::optional<::openpit::param::Pnl > lowerBound
std::string settlementAsset
std::optional<::openpit::param::Pnl > upperBound

Constructor & Destructor Documentation

◆ PnlBoundsAccountBarrierUpdate()

openpit::pretrade::policies::PnlBoundsAccountBarrierUpdate::PnlBoundsAccountBarrierUpdate ( ::openpit::param::AccountId account,
std::string asset )
inline

Member Data Documentation

◆ accountId

::openpit::param::AccountId openpit::pretrade::policies::PnlBoundsAccountBarrierUpdate::accountId

◆ lowerBound

std::optional<::openpit::param::Pnl> openpit::pretrade::policies::PnlBoundsAccountBarrierUpdate::lowerBound

◆ settlementAsset

std::string openpit::pretrade::policies::PnlBoundsAccountBarrierUpdate::settlementAsset

◆ upperBound

std::optional<::openpit::param::Pnl> openpit::pretrade::policies::PnlBoundsAccountBarrierUpdate::upperBound