changed json string

This commit is contained in:
Ryan O'Hara-Reid
2017-04-17 14:53:40 +10:00
parent 2a6bb52ee8
commit 413aa9f3b7

View File

@@ -83,7 +83,7 @@ type BitfinexOffer struct {
IsCancelled bool `json:"is_cancelled"`
OriginalAmount float64 `json:"original_amount,string"`
RemainingAmount float64 `json:"remaining_amount,string"`
ExecutedAmount float64 `json:"remaining_amount,string"`
ExecutedAmount float64 `json:"executed_amount,string"`
}
type BitfinexBookStructure struct {