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.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public List<Contract> GetSortedList(
bool pbPermissionedOnly
)
Public Function GetSortedList (
pbPermissionedOnly As Boolean
) As List(Of Contract)
- pbPermissionedOnly Boolean
- True to only include contracts you are permissioned to see
ListContract List of contracts, sorted by Description