|
OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
|
Value result returned by market-data registration calls. More...
Public Member Functions | |
| bool | Ok () const noexcept |
Public Attributes | |
| std::optional< model::Instrument > | conflictingInstrument |
| std::optional< InstrumentId > | conflictingInstrumentId |
| std::optional< InstrumentId > | instrumentId |
| RegisterStatus | status = RegisterStatus::Ok |
Value result returned by market-data registration calls.
|
inlinenoexcept |
| std::optional<model::Instrument> openpit::marketdata::RegisterResult::conflictingInstrument |
| std::optional<InstrumentId> openpit::marketdata::RegisterResult::conflictingInstrumentId |
| std::optional<InstrumentId> openpit::marketdata::RegisterResult::instrumentId |
| RegisterStatus openpit::marketdata::RegisterResult::status = RegisterStatus::Ok |