Skip to content

Commit

Permalink
adjust default rate to DefaultFeeRate 0.075%
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 5, 2021
1 parent f692ef2 commit b301ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backtest/matching.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// BINANCE uses 0.1% for both maker and taker
// for BNB holders, it's 0.075% for both maker and taker
// MAX uses 0.050% for maker and 0.15% for taker
const DefaultFeeRate = 0.15 * 0.001
const DefaultFeeRate = 0.075 * 0.01

var orderID uint64 = 1
var tradeID uint64 = 1
Expand Down

0 comments on commit b301ea5

Please sign in to comment.