Skip to content

Commit 77e7c7d

Browse files
authored
fix: minimum price variation (#24)
1 parent 0db5b22 commit 77e7c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuantConnect.BitfinexBrokerage.ToolBox/BitfinexExchangeInfoDownloader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public IEnumerable<string> Get()
141141
var description = $"{baseLabel}-{quoteLabel}";
142142
var contractMultiplier = 1;
143143
// default value for minimum_price_variation
144-
var minimum_price_variation = "0.00001";
144+
var minimum_price_variation = "0.00000001";
145145
// default value for lot_size
146146
var lot_size = "0.00000001";
147147
// follow exchange reference format

0 commit comments

Comments
 (0)