[][src]Module qifi_rs::data

Structs

Bar

Bar格式的数据 high: 高 low: 低 close: 收 open: 开 volume: 成交量 amount: 成交金额 Examples

DataItem
L2X

L2行情数据, 注意我为此都添加大量的接口 index: 索引 time: 时间 price: 最新价格 isbuy:是否买 vol: 成交量 buyno: sellno: buyprice: sellprice: buyvol: sellvol: marketname: 市场名称 code:

Tick

Tick格式的数据 price: 最新价 open_interest: 持仓量 high: 高 low: 低 close: 收 open: 开 volume: 成交量 amount: 成交金额 Examples