mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix btc volume precision
This commit is contained in:
parent
fea95d1633
commit
bdc4161fb3
|
@ -23,7 +23,7 @@ func (m Market) FormatVolume(val float64) string {
|
|||
var MarketBTCUSDT = Market{
|
||||
Symbol: "BTCUSDT",
|
||||
PricePrecision: 2,
|
||||
VolumePrecision: 8,
|
||||
VolumePrecision: 6,
|
||||
MinQuantity: 0.00000100,
|
||||
MinAmount: 10.0,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user