Click or drag to resize

ManagerInterfaceSymbolSendTick Method

Adds quotes to the price stream of a symbol.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public void SymbolSendTick(
	string symbol,
	double bid,
	double ask
)

Parameters

symbol
Type: SystemString
bid
Type: SystemDouble
ask
Type: SystemDouble
See Also