Allow for 3 decimal places in PurchasePrice and SellPrice.
This commit is contained in:
@@ -195,7 +195,7 @@ namespace TradeBlotter.UIUtils
|
||||
|
||||
private void UpdateSellPrice()
|
||||
{
|
||||
txtSellPrice.Text=Utility.FormatCurrency(SellPrice);
|
||||
txtSellPrice.Text=Utility.FormatCurrency(SellPrice,3);
|
||||
}
|
||||
|
||||
private void UpdateCompanyName()
|
||||
|
||||
Reference in New Issue
Block a user