OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
openpit::ExecutionReport Class Reference
Inheritance diagram for openpit::ExecutionReport:

Public Member Functions

virtual OpenPitExecutionReport EngineRaw () const noexcept
 
 ExecutionReport ()=default
 
 ExecutionReport (const ExecutionReport &)=default
 
 ExecutionReport (ExecutionReport &&)=default
 
ExecutionReportoperator= (const ExecutionReport &)=default
 
ExecutionReportoperator= (ExecutionReport &&)=default
 
virtual ~ExecutionReport ()=default
 

Constructor & Destructor Documentation

◆ ExecutionReport() [1/3]

openpit::ExecutionReport::ExecutionReport ( )
default

◆ ExecutionReport() [2/3]

openpit::ExecutionReport::ExecutionReport ( const ExecutionReport )
default

◆ ExecutionReport() [3/3]

openpit::ExecutionReport::ExecutionReport ( ExecutionReport &&  )
default

◆ ~ExecutionReport()

virtual openpit::ExecutionReport::~ExecutionReport ( )
virtualdefault

Member Function Documentation

◆ EngineRaw()

virtual OpenPitExecutionReport openpit::ExecutionReport::EngineRaw ( ) const
inlinevirtualnoexcept

◆ operator=() [1/2]

ExecutionReport& openpit::ExecutionReport::operator= ( const ExecutionReport )
default

◆ operator=() [2/2]

ExecutionReport& openpit::ExecutionReport::operator= ( ExecutionReport &&  )
default