Click or drag to resize

QuoteClientSubscribe Method (String)

Subscribes multiple instruments.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntax
public void Subscribe(
	string[] symbols
)

Parameters

symbols
Type: SystemString
Array of symbols for trading.
Exceptions
ExceptionCondition
ExceptionNot connected.
See Also