深入框架
pythongo.classdef
instrument

InstrumentData

合约数据类

属性名类型说明
exchangestr交易所代码
instrument_idstr合约代码
instrument_namestr合约中文名
product_idstr品种代码
product_typestr品种类型
price_tickfloat最小变动价位
sizeint合约大小(合约乘数)
strike_pricefloat期权行权价
underlying_symbolstr标的物代码
options_typestr期权类型
expire_datestr合约到期日
min_limit_order_sizeint最小下单量
max_limit_order_sizeint最大下单量
lower_limit_pricefloat跌停板价位
upper_limit_pricefloat涨停板价位

品种类型具体信息请查看 数值映射 - ProductClassType

期权类型具体信息请查看 数值映射 - OptionsType

实际情况下,经过内部数据转换后,期权类型为:

Literal["", "CALL", "PUT"]

InstrumentStatus

合约状态类

属性名类型说明
exchangestr交易所代码
instrument_idstr合约代码
statusstr中文状态

中文状态具体信息请查看 数值映射 - InstrumentStatus