Skip to content

Commit

Permalink
fix: remove bid and ask price
Browse files Browse the repository at this point in the history
  • Loading branch information
sajcics authored and nickpater committed Apr 15, 2020
1 parent 4b3b0b9 commit 81be6c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/saturn.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ module.exports = async () => {
quote: ticker.symbol,
quoteName: ticker.name,
close: parseToFloat(ticker.last),
bid: parseToFloat(ticker.highestBid),
ask: parseToFloat(ticker.lowestAsk),
baseVolume: parseToFloat(ticker.quoteVolume), // reversed with quote
quoteVolume: parseToFloat(ticker.baseVolume),
});
Expand Down

0 comments on commit 81be6c2

Please sign in to comment.