Update messaging
This commit is contained in:
@@ -291,7 +291,7 @@ namespace Managing.Infrastructure.Messengers.Discord
|
||||
{
|
||||
return $"Closing : {position.OriginDirection} {position.Open.Ticker} \n" +
|
||||
$"Open Price : {position.Open.Price} \n" +
|
||||
$"Closing Price : {position.Open.Price} \n" +
|
||||
$"Closing Price : {position.Open.Price:F5} \n" +
|
||||
$"Quantity :{position.Open.Quantity} \n" +
|
||||
$"PNL : {position.ProfitAndLoss.Realized} $";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user