1
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package grid_spotorder_status
|
||||
|
||||
// 现货交易网格委托单状态
|
||||
const (
|
||||
UnDeal = 1 // 未成交
|
||||
Partial = 2 // 部分成交
|
||||
Complete = 3 // 完成成交
|
||||
Cancel = 4 // 取消
|
||||
)
|
||||
Reference in New Issue
Block a user