ContractListGetSortedList(Boolean) Method

Return a copy of this list as a sorted array, optionally only including contracts that the user is permissioned for, such as E-mini's.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public List<Contract> GetSortedList(
	bool pbPermissionedOnly
)

Parameters

pbPermissionedOnly  Boolean
True to only include contracts you are permissioned to see

Return Value

ListContract
List of contracts, sorted by Description

See Also