Tick size
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public double GetTickSize(
string symbol
)
Public Function GetTickSize (
symbol As String
) As Double
public:
double GetTickSize(
String^ symbol
)
member GetTickSize :
symbol : string -> float
Parameters
- symbol String
-
Return Value
DoubleSee Also