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