Formats price using given format specifiers
PriceFormat
Namespace: GF.Api.Utils
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
string PriceToString( int priceFormat, int priceMultiplier, double tickSize, double price )
Parameters
- priceFormat
- Type: SystemInt32
Price format value - priceMultiplier
- Type: SystemInt32
multiplier (power of ten) - tickSize
- Type: SystemDouble
Tick size - price
- Type: SystemDouble
Price to format
Return Value
Type: Stringformatter price
See Also