Converts the correct price to the display price.
| Visual Basic |
|---|
Public Function ToDisplayPrice( _ ByVal correct_price As Double _ ) As String |
- correct_price
- Double value containing the correct price
Display price represented as String
The conversion is performed based on each instrument's own price conversion rules.