- GetCash: refactoring
@@ -53,7 +53,7 @@ func CreateOrder(
}
var (
- cash = account.GetCash()
+ cash = account.GetCash(false)
ratio float64
)