|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
#include <model.hpp>
Public Member Functions | |
| OpenPitExecutionReportTrade | Raw () const noexcept |
| Trade (param::Price tradePrice, param::Quantity tradeQuantity) | |
Static Public Member Functions | |
| static Trade | FromRaw (const OpenPitExecutionReportTrade &raw) |
Public Attributes | |
| param::Price | price |
| param::Quantity | quantity |
|
inline |
|
inlinestaticnodiscard |
|
inlinenodiscardnoexcept |
| param::Price openpit::model::Trade::price |
| param::Quantity openpit::model::Trade::quantity |