The type of pricing for the order.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public PriceType PriceType { get; }
Visual Basic (Declaration)
Public ReadOnly Property PriceType As PriceType
Visual C++
public:
property PriceType PriceType {
	PriceType get ();
}

Field Value

Remarks

Whether the order is a market order, limit, stop market etc.

See Also