MT5APIIsQuoteSession Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public bool IsQuoteSession(
string symbol
)
Public Function IsQuoteSession (
symbol As String
) As Boolean
public:
bool IsQuoteSession(
String^ symbol
)
member IsQuoteSession :
symbol : string -> bool
Parameters
- symbol String
-
Return Value
BooleanSee Also