mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
fix: tg order decimal
This commit is contained in:
parent
ad6efaf449
commit
24ab4895b6
|
@ -365,9 +365,9 @@ func (o Order) PlainText() string {
|
||||||
o.Symbol,
|
o.Symbol,
|
||||||
o.Type,
|
o.Type,
|
||||||
o.Side,
|
o.Side,
|
||||||
o.Price.FormatString(2),
|
o.Price.String(),
|
||||||
o.ExecutedQuantity.FormatString(2),
|
o.ExecutedQuantity.String(),
|
||||||
o.Quantity.FormatString(4),
|
o.Quantity.String(),
|
||||||
o.Status)
|
o.Status)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user