We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcff44 commit 1085493Copy full SHA for 1085493
src/ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs
@@ -300,6 +300,7 @@ protected override async Task<ExchangeOrderResult> OnGetOrderDetailsAsync(string
300
// No way to know if order IsBuy, Amount, OrderDate
301
return new ExchangeOrderResult()
302
{
303
+ OrderId = orderId,
304
AmountFilled = amountFilled,
305
MarketSymbol = _symbol,
306
AveragePrice = spentQuoteCurrency / amountFilled,
0 commit comments