Skip to content

Commit

Permalink
issue #6 use HALF_DOWN for default for bid
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitx committed Oct 14, 2014
1 parent 0c36595 commit 5c5212e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ public class FxRateCalculatorBuilder {
*/
private boolean cacheBaseRates = true;
/**
* The Rounding to use for BID, default HALF_UP
* The Rounding to use for BID, default HALF_DOWN
*/
private int bidRounding = BigDecimal.ROUND_HALF_UP;
private int bidRounding = BigDecimal.ROUND_HALF_DOWN;
/**
* The Rounding to use for ASK, default HALF_UP
*/
Expand Down

0 comments on commit 5c5212e

Please sign in to comment.