|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Realized-PnL change and resulting absolute value. More...
Public Member Functions | |
| PnlOutcomeAmount (param::Pnl outcomeDelta, param::Pnl outcomeAbsolute) | |
| OpenPitPnlOutcomeAmount | Raw () const noexcept |
Static Public Member Functions | |
| static PnlOutcomeAmount | FromRaw (const OpenPitPnlOutcomeAmount &raw) |
Public Attributes | |
| param::Pnl | absolute |
| Cumulative realized PnL after the operation. More... | |
| param::Pnl | delta |
| Signed realized-PnL change applied by the operation. More... | |
Realized-PnL change and resulting absolute value.
Both values are denominated in the account currency.
|
inline |
|
inlinestatic |
|
inlinenoexcept |
| param::Pnl openpit::accountadjustment::PnlOutcomeAmount::absolute |
Cumulative realized PnL after the operation.
| param::Pnl openpit::accountadjustment::PnlOutcomeAmount::delta |
Signed realized-PnL change applied by the operation.