dxFeed C API
6.0.1
dxFeed C API library intended to provide market data access for DX clients
|
Quote. More...
#include <include/EventData.h>
Data Fields | |
dxf_long_t | time |
dxf_int_t | sequence |
dxf_int_t | time_nanos |
dxf_long_t | bid_time |
dxf_char_t | bid_exchange_code |
dxf_double_t | bid_price |
dxf_int_t | bid_size |
dxf_long_t | ask_time |
dxf_char_t | ask_exchange_code |
dxf_double_t | ask_price |
dxf_int_t | ask_size |
dxf_order_scope_t | scope |
Quote.