TT CORE SDK  0.1
TT CORE SDK documentation
tt_core_sdk::execution_report_response Struct Reference

Response delivered through OrderEventListener. More...

#include <orders.hpp>

Collaboration diagram for tt_core_sdk::execution_report_response:

Public Member Functions

 execution_report_response (uint32_t, std::shared_ptr< OrderHandle > &, std::shared_ptr< ExecutionReportImpl >)
 execution_report_response ctor (Internal use only) More...
 

Public Attributes

uint32_t request_id = 0
 Id of the request generating the response. More...
 
std::shared_ptr< OrderHandlehandle
 Order tied to the response. More...
 
ExecutionReport er
 Response details. More...
 

Detailed Description

Response delivered through OrderEventListener.

Definition at line 273 of file orders.hpp.

Constructor & Destructor Documentation

◆ execution_report_response()

tt_core_sdk::execution_report_response::execution_report_response ( uint32_t  ,
std::shared_ptr< OrderHandle > &  ,
std::shared_ptr< ExecutionReportImpl >   
)

execution_report_response ctor (Internal use only)

Member Data Documentation

◆ er

ExecutionReport tt_core_sdk::execution_report_response::er

Response details.

Definition at line 277 of file orders.hpp.

◆ handle

std::shared_ptr<OrderHandle> tt_core_sdk::execution_report_response::handle

Order tied to the response.

Definition at line 276 of file orders.hpp.

◆ request_id

uint32_t tt_core_sdk::execution_report_response::request_id = 0

Id of the request generating the response.

Definition at line 275 of file orders.hpp.


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