Gets or sets the tick size for the current symbol. This is the smallest allowable increment of price movement for a contract. For example, a Euro FX tick size is $0.0001. The contract size is 125,000 euros. The tick value is $12.50. This is also known as a multiplier.

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

Syntax

C#
public double TickSize { get; set; }
Visual Basic (Declaration)
Public Property TickSize As Double
Visual C++
public:
property double TickSize {
	double get ();
	void set (double value);
}

See Also