fix bug
This commit is contained in:
@@ -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 持仓信息
|
||||
|
||||
Reference in New Issue
Block a user