mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-05 15:10:59 +00:00
Add order validation test code and use GetPairFormat where necessary
This commit is contained in:
@@ -505,7 +505,7 @@ func (b *Bitstamp) GetOrderHistory(getOrdersRequest *exchange.GetOrdersRequest)
|
||||
if quoteCurrency.String() != "" && baseCurrency.String() != "" {
|
||||
currPair = currency.NewPairWithDelimiter(baseCurrency.String(),
|
||||
quoteCurrency.String(),
|
||||
b.CurrencyPairs.Get(asset.Spot).ConfigFormat.Delimiter)
|
||||
b.GetPairFormat(asset.Spot, false).Delimiter)
|
||||
}
|
||||
orderDate := time.Unix(order.Date, 0)
|
||||
orders = append(orders, exchange.OrderDetail{
|
||||
|
||||
Reference in New Issue
Block a user