|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Balance-operation payload of an account adjustment. More...
Public Member Functions | |
| BalanceOperation ()=default | |
Public Attributes | |
| std::optional< param::Asset > | asset |
| std::optional< param::Price > | averageEntryPrice |
| std::optional< PnlState > | realizedPnl |
Balance-operation payload of an account adjustment.
Its asset identifies the holdings slot whose balance, average entry price, and realized PnL are adjusted. Average entry price and realized PnL are denominated in the account currency.
|
default |
| std::optional<param::Asset> openpit::accountadjustment::BalanceOperation::asset |
| std::optional<param::Price> openpit::accountadjustment::BalanceOperation::averageEntryPrice |
| std::optional<PnlState> openpit::accountadjustment::BalanceOperation::realizedPnl |