TT CORE SDK
0.1
TT CORE SDK documentation
|
#include <orders.hpp>
Public Attributes | |
std::string | order_id |
std::string | exec_id |
uint64_t | instrument_id |
uint64_t | account_id |
uint64_t | broker_id |
uint64_t | connection_id |
double | last_px |
int32_t | last_qty |
int32_t | order_qty |
int32_t | exch_order_qty |
int32_t | cum_qty |
int32_t | exch_cum_qty |
int32_t | leaves_qty |
int32_t | exch_leaves_qty |
uint64_t | order_sequence |
uint64_t | order_received_oc |
uint64_t | received_from_exchange |
uint64_t | time_sent |
uint64_t | time_sent_exchange |
Definition at line 315 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::account_id |
Definition at line 320 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::broker_id |
Definition at line 321 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::connection_id |
Definition at line 322 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::cum_qty |
Definition at line 327 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::exch_cum_qty |
Definition at line 328 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::exch_leaves_qty |
Definition at line 330 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::exch_order_qty |
Definition at line 326 of file orders.hpp.
std::string tt_core_sdk::fill_receipt::exec_id |
Definition at line 318 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::instrument_id |
Definition at line 319 of file orders.hpp.
double tt_core_sdk::fill_receipt::last_px |
Definition at line 323 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::last_qty |
Definition at line 324 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::leaves_qty |
Definition at line 329 of file orders.hpp.
std::string tt_core_sdk::fill_receipt::order_id |
Definition at line 317 of file orders.hpp.
int32_t tt_core_sdk::fill_receipt::order_qty |
Definition at line 325 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::order_received_oc |
Definition at line 333 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::order_sequence |
Definition at line 331 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::received_from_exchange |
Definition at line 334 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::time_sent |
Definition at line 335 of file orders.hpp.
uint64_t tt_core_sdk::fill_receipt::time_sent_exchange |
Definition at line 336 of file orders.hpp.