MT5APIIsSubscribed Method
|
Check subscribe trading instrument.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public bool IsSubscribed(
string symbol
)
Public Function IsSubscribed (
symbol As String
) As Boolean
public:
bool IsSubscribed(
String^ symbol
)
member IsSubscribed :
symbol : string -> bool
Parameters
- symbol String
- Symbol for trading.
Return Value
BooleanSee Also