mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
binance: fix execution report parsing
This commit is contained in:
parent
6f2664b03e
commit
30f471db00
|
@ -75,7 +75,9 @@ type ExecutionReportEvent struct {
|
|||
OrderPrice fixedpoint.Value `json:"p"`
|
||||
StopPrice fixedpoint.Value `json:"P"`
|
||||
|
||||
IsOnBook bool `json:"w"`
|
||||
IsOnBook bool `json:"w"`
|
||||
WorkingTime types.MillisecondTimestamp `json:"W"`
|
||||
TrailingTime types.MillisecondTimestamp `json:"D"`
|
||||
|
||||
IsMaker bool `json:"m"`
|
||||
Ignore bool `json:"M"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user