|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
#include <model.hpp>
Public Member Functions | |
| Instrument ()=default | |
| Instrument (std::string underlying, std::string settlement) | |
| OpenPitInstrument | Raw () const noexcept |
Static Public Member Functions | |
| static std::optional< Instrument > | FromRaw (const OpenPitInstrument &raw) |
Public Attributes | |
| std::string | settlementAsset |
| std::string | underlyingAsset |
|
default |
|
inline |
|
inlinestaticnodiscard |
|
inlinenodiscardnoexcept |
| std::string openpit::model::Instrument::settlementAsset |
| std::string openpit::model::Instrument::underlyingAsset |