OrderTypeExtensionsGetPriceCount Method

GF API Documentation

Namespace:  GF.Api.Values.Orders
Assembly:  GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public static int GetPriceCount(
	this OrderType orderType
)

Parameters

orderType
Type: GF.Api.Values.OrdersOrderType

Return Value

Type: Int32

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type OrderType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference