<Default Package>
Event TicConverter


Event object used to supply conversion functions (price <-> tick-formatted price).
Since:
CMF 2.0.0
Version:
10.3

Action summary
 stringdecimalToTics(float value)

Used to convert a floating-point value into 32nds-format ticks.
 floatticsToDecimal(string _value)

Used to convert a tick-style string to floating-point.
 
Action detail

decimalToTics

string decimalToTics(float value)
Used to convert a floating-point value into 32nds-format ticks.
Parameters:
value - The price to be converted
Returns:
A tick-format string

ticsToDecimal

float ticsToDecimal(string _value)
Used to convert a tick-style string to floating-point.
Parameters:
_value - The price to be converted
Returns:
A floating-point representation of the price.