TT CORE SDK
0.1
TT CORE SDK documentation
|
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< OrderHandle > | handle |
Order tied to the response. More... | |
Response delivered through OrderEventListener.
Definition at line 299 of file orders.hpp.
std::shared_ptr<OrderHandle> tt_core_sdk::order_timeout_response::handle |
Order tied to the response.
Definition at line 302 of file orders.hpp.
uint32_t tt_core_sdk::order_timeout_response::request_id = 0 |
Id of the request generating the response.
Definition at line 301 of file orders.hpp.