You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
255 B

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