Sets the listener function called when new tick data arrives.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
GotTickData TickListener { set; }
Visual Basic (Declaration)
WriteOnly Property TickListener As GotTickData
Visual C++
property GotTickData^ TickListener {
	void set (GotTickData^ value);
}

See Also