package types // TradeInstance 交易产品 type TradeInstance struct { InstId string // 交易产品系统id PriceSz int32 // 价格精度 QuantitySz int32 // 交易量精度 Status int32 // 交易所交易产品状态 ExchangeInstId string // 交易所交易产品id Exchange Exchange // 当前处理交易产品交易所 }