TT CORE SDK
0.1
TT CORE SDK documentation
|
Response delivered through OrderEventListener. More...
#include <orders.hpp>
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< OrderHandle > | handle |
Order tied to the response. More... | |
ExecutionReport | er |
Response details. More... | |
Response delivered through OrderEventListener.
Definition at line 273 of file orders.hpp.
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)
ExecutionReport tt_core_sdk::execution_report_response::er |
Response details.
Definition at line 277 of file orders.hpp.
std::shared_ptr<OrderHandle> tt_core_sdk::execution_report_response::handle |
Order tied to the response.
Definition at line 276 of file orders.hpp.
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.