深入框架
pythongo.classdef
trade

TradeData

成交数据类

属性名类型说明
exchangestr交易所代码
instrument_idstr合约代码
trade_idstr成交编号
order_idint报单编号
order_sys_idstr交易所报单编号
trade_timestr成交时间
directionstr买卖方向
offsetstr开平标志
hedgeflagstr投机套保标志
pricefloat成交价格
volumeint成交数量
memostr报单备注

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

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

投机套保标志 hedgeflag 具体信息请查看 数值映射 - HedgeFlagType