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... | |
fill_receipt | fill |
Fill receipt data. More... | |
bool | download_complete = false |
All fills have been downloaded. More... | |
Response delivered through OrderEventListener.
Definition at line 341 of file orders.hpp.
bool tt_core_sdk::fill_download_response::download_complete = false |
All fills have been downloaded.
Definition at line 345 of file orders.hpp.
fill_receipt tt_core_sdk::fill_download_response::fill |
Fill receipt data.
Definition at line 344 of file orders.hpp.
uint32_t tt_core_sdk::fill_download_response::request_id = 0 |
Id of the request generating the response.
Definition at line 343 of file orders.hpp.