SymbolsGetInfo(Int32) Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public SymbolInfo GetInfo(
int id
)
Public Function GetInfo (
id As Integer
) As SymbolInfo
public:
SymbolInfo^ GetInfo(
int id
)
member GetInfo :
id : int -> SymbolInfo
Parameters
- id Int32
-
Return Value
SymbolInfoSee Also