Skip to content

Commit e3debe4

Browse files
authored
Merge pull request #2377 from c9s/dboy/slack/order-exchange-field
CHORE: [order] remove "fill ratio" from the slack notification
2 parents 760f3f6 + 3dffbf2 commit e3debe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/order.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ func (o Order) SlackAttachment() slack.Attachment {
577577
footerIcon := ExchangeFooterIcon(o.Exchange)
578578
fillRatio := o.ExecutedQuantity.Div(o.Quantity)
579579
orderDetail := fmt.Sprintf(
580-
"%s/%s @ %s (fill ratio: %s)",
580+
"%s/%s @ %s (%s)",
581581
o.ExecutedQuantity.String(),
582582
o.Quantity.String(),
583583
o.Price.String(),

0 commit comments

Comments
 (0)