mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
max: use types.MillisecondTimestamp for UpdateTime field
This commit is contained in:
parent
f5feb72355
commit
4de82ccdff
|
@ -105,7 +105,7 @@ type TradeUpdate struct {
|
|||
FeeDiscounted bool `json:"fd"`
|
||||
|
||||
Timestamp types.MillisecondTimestamp `json:"T"`
|
||||
UpdateTime int64 `json:"TU"`
|
||||
UpdateTime types.MillisecondTimestamp `json:"TU"`
|
||||
|
||||
OrderID uint64 `json:"oi"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user