MT5APIGetTickValue Method
|
Tick value
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public double GetTickValue(
string symbol,
int timeout = 5000
)
Public Function GetTickValue (
symbol As String,
Optional timeout As Integer = 5000
) As Double
public:
double GetTickValue(
String^ symbol,
int timeout = 5000
)
member GetTickValue :
symbol : string *
?timeout : int
(* Defaults:
let _timeout = defaultArg timeout 5000
*)
-> float
Parameters
- symbol String
- Symbol
- timeout Int32 (Optional)
- Timeout in ms for waiting quote
Return Value
DoubleSee Also