package trader type ErrorCode int32 const ( _ ErrorCode = iota ErrorCodeArgs // 参数有误 ErrorCodeValue // 值有误 ErrorCodeKline // 错误k线 )