mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Merge pull request #1636 from zenixls2/fix/tg_order
fix: tg order decimal
This commit is contained in:
commit
970c1bb8c7
|
@ -365,9 +365,9 @@ func (o Order) PlainText() string {
|
|||
o.Symbol,
|
||||
o.Type,
|
||||
o.Side,
|
||||
o.Price.FormatString(2),
|
||||
o.ExecutedQuantity.FormatString(2),
|
||||
o.Quantity.FormatString(4),
|
||||
o.Price.String(),
|
||||
o.ExecutedQuantity.String(),
|
||||
o.Quantity.String(),
|
||||
o.Status)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user