package types // TradeInstance 交易产品 type TradeInstance struct { InstId string TickSz int32 MinSz int32 // InstType string }