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