Skip to content

Commit

Permalink
bitvavo timeInForce
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 18, 2020
1 parent 9cea018 commit 35775a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/bitvavo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ module.exports = class bitvavo extends Exchange {
lastTradeTimestamp = lastTrade['timestamp'];
}
}
const timeInForce = this.safeString (order, 'timeInForce');
return {
'info': order,
'id': id,
Expand All @@ -1191,6 +1192,7 @@ module.exports = class bitvavo extends Exchange {
'lastTradeTimestamp': lastTradeTimestamp,
'symbol': symbol,
'type': type,
'timeInForce': timeInForce,
'side': side,
'price': price,
'amount': amount,
Expand Down

0 comments on commit 35775a6

Please sign in to comment.