We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 760f3f6 + 3dffbf2 commit e3debe4Copy full SHA for e3debe4
pkg/types/order.go
@@ -577,7 +577,7 @@ func (o Order) SlackAttachment() slack.Attachment {
577
footerIcon := ExchangeFooterIcon(o.Exchange)
578
fillRatio := o.ExecutedQuantity.Div(o.Quantity)
579
orderDetail := fmt.Sprintf(
580
- "%s/%s @ %s (fill ratio: %s)",
+ "%s/%s @ %s (%s)",
581
o.ExecutedQuantity.String(),
582
o.Quantity.String(),
583
o.Price.String(),
0 commit comments