TT CORE SDK 2.0.2.1
TT CORE SDK documentation
ttsdk::Fill Class Referenceabstract

an interface around the fill execution report More...

#include <fill.h>

Inheritance diagram for ttsdk::Fill:
Collaboration diagram for ttsdk::Fill:

Public Member Functions

 Fill ()
 ~Fill ()
virtual const char * GetOrderId () const noexcept=0
virtual uint64_t GetTimestamp () const noexcept=0
virtual ExecutionReportPtr GetExecutionReport () const noexcept=0
virtual InstrumentPtr GetInstrument () const noexcept=0
int dec_ref () const
void inc_ref () const
virtual void del_ref () const

Detailed Description

an interface around the fill execution report

Definition at line 29 of file fill.h.

Constructor & Destructor Documentation

◆ Fill()

ttsdk::Fill::Fill ( )
inlineexplicit

Definition at line 32 of file fill.h.

Here is the caller graph for this function:

◆ ~Fill()

ttsdk::Fill::~Fill ( )
inline

Definition at line 33 of file fill.h.

Member Function Documentation

◆ dec_ref()

int ttsdk::shared_base::dec_ref ( ) const
inherited

◆ del_ref()

virtual void ttsdk::shared_base::del_ref ( ) const
virtualinherited

◆ GetExecutionReport()

virtual ExecutionReportPtr ttsdk::Fill::GetExecutionReport ( ) const
pure virtualnoexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetInstrument()

virtual InstrumentPtr ttsdk::Fill::GetInstrument ( ) const
pure virtualnoexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetOrderId()

virtual const char * ttsdk::Fill::GetOrderId ( ) const
pure virtualnoexcept

◆ GetTimestamp()

virtual uint64_t ttsdk::Fill::GetTimestamp ( ) const
pure virtualnoexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ inc_ref()

void ttsdk::shared_base::inc_ref ( ) const
inherited

The documentation for this class was generated from the following file: