mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
convert currency name
This commit is contained in:
parent
26831f9be5
commit
5b45b3ef20
|
@ -264,7 +264,7 @@ func convertRemoteTrade(t maxapi.Trade) (*types.Trade, error) {
|
|||
IsBuyer: t.IsBuyer(),
|
||||
IsMaker: t.IsMaker(),
|
||||
Fee: fee,
|
||||
FeeCurrency: t.FeeCurrency,
|
||||
FeeCurrency: toGlobalCurrency(t.FeeCurrency),
|
||||
QuoteQuantity: quoteQuantity,
|
||||
Time: mts,
|
||||
}, nil
|
||||
|
|
Loading…
Reference in New Issue
Block a user