mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-16 23:16:48 +00:00
Okgroup: fix empy notional (#261)
OKGroup: GetSpotOrderResponse fix empty notional
This commit is contained in:
committed by
Adrian Gallagher
parent
dc236c251e
commit
286436de76
@@ -216,7 +216,7 @@ type GetSpotOrderResponse struct {
|
||||
FilledNotional float64 `json:"filled_notional,string"`
|
||||
FilledSize float64 `json:"filled_size,string"`
|
||||
InstrumentID string `json:"instrument_id"`
|
||||
Notional float64 `json:"notional,string"`
|
||||
Notional string `json:"notional"`
|
||||
OrderID string `json:"order_id"`
|
||||
Price float64 `json:"price,string"`
|
||||
Side string `json:"side"`
|
||||
|
||||
Reference in New Issue
Block a user