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

Response delivered through OrderEventListener. More...

#include <orders.hpp>

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...
 
std::string message
 Message describing the failure. More...
 

Detailed Description

Response delivered through OrderEventListener.

Definition at line 307 of file orders.hpp.

Member Data Documentation

◆ handle

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

Order tied to the response.

Definition at line 310 of file orders.hpp.

◆ message

std::string tt_core_sdk::request_failed_response::message

Message describing the failure.

Definition at line 311 of file orders.hpp.

◆ request_id

uint32_t tt_core_sdk::request_failed_response::request_id = 0

Id of the request generating the response.

Definition at line 309 of file orders.hpp.


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