深入框架
pythongo.classdef
order

OrderData

报单数据类

属性名类型说明
exchangestr交易所代码
instrument_idstr合约代码
order_idint报单编号
order_sys_idstr交易所报单编号
pricefloat报单价格
order_price_typestr报单类型
total_volumeint报单数量
traded_volumeint已经成交数量
cancel_volumeint撤单数量
directionstr买卖方向
offsetstr开平标志
statusOrderStatusType报单状态
memostr报单备注
front_idint前置编号
session_idint会话编号
cancel_timestr撤单时间
order_timestr报单时间

报单类型 order_price_type 具体信息请查看 数值映射 - OrderPriceType

买卖方向 direction 具体信息请查看 数值映射 - DirectionType

开平标志 offset 具体信息请查看 数值映射 - OffsetFlagType

报单状态 status 具体信息请查看 数值映射 - OrderStatus