Skip to content

Commit

Permalink
Merge pull request #1021 from coinranking/feat/add-tokpie-and-xeggex
Browse files Browse the repository at this point in the history
fix: xeggex close
  • Loading branch information
wouthoekstra authored Mar 27, 2024
2 parents f3ea4b8 + f108afb commit a585d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xeggex.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Xeggex extends Driver {
quote: ticker.target_currency,
high: parseToFloat(ticker.high),
low: parseToFloat(ticker.low),
const: parseToFloat(ticker.last_price),
close: parseToFloat(ticker.last_price),
bid: parseToFloat(ticker.bid),
ask: parseToFloat(ticker.ask),
baseVolume: parseToFloat(ticker.base_volume),
Expand Down

0 comments on commit a585d12

Please sign in to comment.