dxFeed C API  6.0.1
dxFeed C API library intended to provide market data access for DX clients
Data Structures | Typedefs | Enumerations
RecordData.h File Reference

dxFeed C API domain types declarations More...

#include "DXTypes.h"
Include dependency graph for RecordData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dx_trade_t
 Trade. More...
 
struct  dx_quote_t
 Quote. More...
 
struct  dx_summary_t
 Summary. More...
 
struct  dx_profile_t
 Profile. More...
 
struct  dx_market_maker_t
 Market maker. More...
 
struct  dx_order_t
 Order. More...
 
struct  dx_spread_order_t
 Spread order. More...
 
struct  dx_time_and_sale_t
 Time & sale. More...
 
struct  dx_candle_t
 Candle. More...
 
struct  dx_greeks_t
 Greeks. More...
 
struct  dx_theo_price_t
 Theo price. More...
 
struct  dx_underlying_t
 Underlying. More...
 
struct  dx_series_t
 Series. More...
 
struct  dx_configuration_t
 Configuration. More...
 

Typedefs

typedef dxf_int_t dx_record_id_t
 Record ID.
 
typedef dx_trade_t dx_trade_eth_t
 Trade Eth.
 

Enumerations

enum  dx_record_info_id_t {
  dx_rid_begin = 0, dx_rid_trade = dx_rid_begin, dx_rid_quote, dx_rid_summary,
  dx_rid_profile, dx_rid_market_maker, dx_rid_order, dx_rid_time_and_sale,
  dx_rid_candle, dx_rid_trade_eth, dx_rid_spread_order, dx_rid_greeks,
  dx_rid_theo_price, dx_rid_underlying, dx_rid_series, dx_rid_configuration,
  dx_rid_count, dx_rid_invalid
}
 Record info ID.
 

Detailed Description

dxFeed C API domain types declarations