This commit is contained in:
2026-04-08 11:21:40 +08:00
parent f27bd75278
commit 4d3ac3836d
3 changed files with 15 additions and 0 deletions

View File

@@ -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"`
}