package args type UpdateTradeInstanceStatusArg struct { InstId string `json:"InstId"` // 交易产品id Status int32 `json:"Status"` // 0禁用,1正常,4删除 } type UpdateTradeInstanceExchangeStatusArg struct { ExchangeInstId string `json:"ExchangeInstId"` // 交易所交易产品id InstId string `json:"InstId"` // 交易产品id Status int32 `json:"Status"` // 0禁用,1正常,4删除 }