mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
do not omit empty for field feeInUSD
This commit is contained in:
parent
5d6bd5a964
commit
af837ea237
|
@ -26,7 +26,7 @@ type AverageCostPnlReport struct {
|
|||
AverageCost float64 `json:"averageCost"`
|
||||
BuyVolume float64 `json:"buyVolume,omitempty"`
|
||||
SellVolume float64 `json:"sellVolume,omitempty"`
|
||||
FeeInUSD float64 `json:"feeInUSD,omitempty"`
|
||||
FeeInUSD float64 `json:"feeInUSD"`
|
||||
Stock float64 `json:"stock"`
|
||||
CurrencyFees map[string]float64 `json:"currencyFees"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user