package strategy type StrategyType int32 const ( _ StrategyType = iota StrategyTypeSig // 交易信号策略 StrategyTypeTrade // 交易下单策略 StrategyTypeClose // 交易平仓策略 )