fix bug
This commit is contained in:
@@ -82,3 +82,9 @@ type Config struct {
|
||||
QmtStatus string `json:"qmt_status"`
|
||||
StartTime int64 `json:"start_time"`
|
||||
}
|
||||
|
||||
type OrderInfo struct {
|
||||
Op float64 `json:"op"`
|
||||
Pnl float64 `json:"pnl"`
|
||||
Ac int `json:"ac"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user