FormatToFraction(Decimal, Double) Method |
Converts price to fractional price
Namespace: ArthaChitra.Model.DataAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public static decimal ToFraction(
decimal price,
double tickSize
)
Parameters
- price Decimal
-
- tickSize Double
-
Return Value
DecimalSee Also