mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Order manager changes
This commit is contained in:
@@ -458,8 +458,7 @@ func (b *BTCMarkets) GetActiveOrders(getOrdersRequest *exchange.GetOrdersRequest
|
||||
Price: resp[i].Price,
|
||||
Status: resp[i].Status,
|
||||
CurrencyPair: currency.NewPairWithDelimiter(resp[i].Instrument,
|
||||
resp[i].Currency,
|
||||
b.CurrencyPairs.Get(assets.AssetTypeSpot).ConfigFormat.Delimiter),
|
||||
resp[i].Currency, "-"),
|
||||
}
|
||||
|
||||
for j := range resp[i].Trades {
|
||||
|
||||
Reference in New Issue
Block a user