+
+ Base Price:
+
+ @String.Format("{0:c}", Model.BasePrice)
+ @* @(decimal?.Round(Model.BasePrice, 2, MidpointRounding.AwayFromZero)) *@
+
+
Current Price:
- @Model.CurrentPrice
+
+ @String.Format("{0:c}", Model.CurrentPrice)
+ @* @(decimal?.Round(Model.CurrentPrice, 2, MidpointRounding.AwayFromZero)) *@
+
Bid Step:
- @Model.LicitStep
+ @String.Format("{0:c}", Model.LicitStep)
+
+
+