深入框架
pythongo.classdef
tick

TickData

行情切片数据类

属性名类型说明
exchangestr交易所代码
instrument_idstr合约代码
last_pricefloat最新价
open_pricefloat今开盘价
high_pricefloat最高价
low_pricefloat最低价
volumeint总成交量
last_volumeint最新成交量
pre_close_pricefloat昨收盘价
pre_settlement_pricefloat昨结算价
open_interestint总持仓量
upper_limit_pricefloat涨停板价
lower_limit_pricefloat跌停板价
turnoverfloat总成交金额
bid_price1float申买价一
bid_price2float申买价二
bid_price3float申买价三
bid_price4float申买价四
bid_price5float申买价五
ask_price1float申卖价一
ask_price2float申卖价二
ask_price3float申卖价三
ask_price4float申卖价四
ask_price5float申卖价五
bid_volume1int申买量一
bid_volume2int申买量二
bid_volume3int申买量三
bid_volume4int申买量四
bid_volume5int申买量五
ask_volume1int申卖量一
ask_volume2int申卖量二
ask_volume3int申卖量三
ask_volume4int申卖量四
ask_volume5int申卖量五
trading_daystr交易日
update_timestr更新时间
datetimeTypeDateTime时间

copy()

浅拷贝自身

返回:

类型描述
TickData浅拷贝后的 TickData

update()

更新属性(正常情况下使用不到)

参数:

参数名类型描述默认值
**kwargs键值对tick 的属性与值必填