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::vector< std::shared_ptr< OrderHandle > > | book |
Container of orders in the book. More... | |
Response delivered through OrderEventListener.
Definition at line 350 of file orders.hpp.
std::vector<std::shared_ptr<OrderHandle> > tt_core_sdk::orderbook_download_response::book |
Container of orders in the book.
Definition at line 353 of file orders.hpp.
uint32_t tt_core_sdk::orderbook_download_response::request_id = 0 |
Id of the request generating the response.
Definition at line 352 of file orders.hpp.