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

dxFeed C API types declarations More...

#include <stdint.h>
#include <wchar.h>
Include dependency graph for DXTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dxf_byte_array_t
 Byte array. More...
 
struct  dxf_property_item_t
 Property item. More...
 

Typedefs

typedef int ERRORCODE
 Error code.
 
typedef void * dxf_subscription_t
 Subscription.
 
typedef void * dxf_connection_t
 Connection.
 
typedef void * dxf_candle_attributes_t
 Candle attributes.
 
typedef void * dxf_snapshot_t
 Snapshot.
 
typedef void * dxf_price_level_book_t
 Price level book.
 
typedef void * dxf_regional_book_t
 Regional book.
 
typedef unsigned char dxf_bool_t
 Boolean.
 
typedef int8_t dxf_byte_t
 Byte.
 
typedef uint8_t dxf_ubyte_t
 Unsigned byte.
 
typedef wchar_t dxf_char_t
 Char.
 
typedef int16_t dxf_short_t
 Short.
 
typedef uint16_t dxf_ushort_t
 Unsigned short.
 
typedef int32_t dxf_int_t
 Int.
 
typedef uint32_t dxf_uint_t
 Unsigned int.
 
typedef float dxf_float_t
 Float.
 
typedef int64_t dxf_long_t
 Long.
 
typedef uint64_t dxf_ulong_t
 Unsigned long.
 
typedef double dxf_double_t
 Double.
 
typedef int32_t dxf_dayid_t
 DayId.
 
typedef dxf_char_tdxf_string_t
 String.
 
typedef const dxf_char_tdxf_const_string_t
 Const String.
 
typedef dxf_uint_t dxf_event_flags_t
 Event flags.
 

Enumerations

enum  dxf_connection_status_t { dxf_cs_not_connected = 0, dxf_cs_connected, dxf_cs_login_required, dxf_cs_authorized }
 Connection status.
 

Detailed Description

dxFeed C API types declarations