mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
binance: fix execution report parsing
This commit is contained in:
parent
6f2664b03e
commit
30f471db00
|
@ -76,6 +76,8 @@ type ExecutionReportEvent struct {
|
||||||
StopPrice 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"`
|
IsMaker bool `json:"m"`
|
||||||
Ignore bool `json:"M"`
|
Ignore bool `json:"M"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user