Allow for 3 decimal places in PurchasePrice and SellPrice.
This commit is contained in:
@@ -111,7 +111,7 @@ namespace TradeBlotter.UIUtils
|
||||
}
|
||||
private void UpdatePurchasePrice()
|
||||
{
|
||||
txtPurchasePrice.Text=Utility.FormatCurrency(PurchasePrice);
|
||||
txtPurchasePrice.Text=Utility.FormatCurrency(PurchasePrice,3);
|
||||
}
|
||||
// *********************************************************************************************************************************************************************************
|
||||
private void dpPurchaseDate_SelectionChanged(object sender,RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user