EMT TraderAPI
ver: 2.2.0
|
订单簿 更多...
#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 |
时间类 更多... | |
订单簿
double ask[10] |
十档申卖价
int64_t ask_qty[10] |
十档申卖量
double bid[10] |
十档申买价
int64_t bid_qty[10] |
十档申买量
int64_t data_time |
时间类
EMT_EXCHANGE_TYPE exchange_id |
交易所代码
double last_price |
最新价
int64_t qty |
数量,为总成交量
char ticker[EMT_TICKER_LEN] |
合约代码(不包含交易所信息),不带空格,以'\0'结尾
int64_t trades_count |
成交笔数
double turnover |
成交金额,为总成交金额