This commit is contained in:
2026-04-09 14:25:18 +08:00
parent 4d3ac3836d
commit d02082a3b5
3 changed files with 7 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ type Order struct {
TradedPrice float64 `json:"traded_price"`
TradedVolume int `json:"traded_volume"`
Volume int `json:"volume"`
OffsetFlag int `json:"offset_flag"`
}
// Position 持仓信息