Skip to content

Commit 1085493

Browse files
authored
[Bitstamp] OnGetOrderDetailsAsync set orderId (DigitalRuby#648)
* Fix parsing Bitfinex ticker symbol * Set order status * [Bitstamp] OnGetOrderDetailsAsync set orderId
1 parent 7fcff44 commit 1085493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ExchangeSharp/API/Exchanges/Bitstamp/ExchangeBitstampAPI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ protected override async Task<ExchangeOrderResult> OnGetOrderDetailsAsync(string
300300
// No way to know if order IsBuy, Amount, OrderDate
301301
return new ExchangeOrderResult()
302302
{
303+
OrderId = orderId,
303304
AmountFilled = amountFilled,
304305
MarketSymbol = _symbol,
305306
AveragePrice = spentQuoteCurrency / amountFilled,

0 commit comments

Comments
 (0)