EMT TraderAPI  ver: 2.2.0
_EMTOrderBookStruct结构体 参考

订单簿 更多...

#include <emt_quote_struct.h>

成员变量

EMT_EXCHANGE_TYPE exchange_id
 交易所代码 更多...
 
char ticker [EMT_TICKER_LEN]
 合约代码(不包含交易所信息),不带空格,以'\0'结尾 更多...
 
double last_price
 最新价 更多...
 
int64_t qty
 数量,为总成交量 更多...
 
double turnover
 成交金额,为总成交金额 更多...
 
int64_t trades_count
 成交笔数 更多...
 
double bid [10]
 十档申买价 更多...
 
double ask [10]
 十档申卖价 更多...
 
int64_t bid_qty [10]
 十档申买量 更多...
 
int64_t ask_qty [10]
 十档申卖量 更多...
 
int64_t data_time
 时间类 更多...
 

详细描述

订单簿

结构体成员变量说明

◆ ask

double ask[10]

十档申卖价

◆ ask_qty

int64_t ask_qty[10]

十档申卖量

◆ bid

double bid[10]

十档申买价

◆ bid_qty

int64_t bid_qty[10]

十档申买量

◆ data_time

int64_t data_time

时间类

◆ exchange_id

EMT_EXCHANGE_TYPE exchange_id

交易所代码

◆ last_price

double last_price

最新价

◆ qty

int64_t qty

数量,为总成交量

◆ ticker

char ticker[EMT_TICKER_LEN]

合约代码(不包含交易所信息),不带空格,以'\0'结尾

◆ trades_count

int64_t trades_count

成交笔数

◆ turnover

double turnover

成交金额,为总成交金额


该结构体的文档由以下文件生成: