CustOrderCapacity Field
Capacity of customer placing the order
1 = Member trading for their own account
2 = Clearing Firm trading for its proprietary account
3 = Member trading for another member
4 = All other
Primarily used by futures exchanges to indicate the CTICode (customer type indicator)
as required by the US CFTC (Commodity Futures Trading Commission).
public const int CustOrderCapacity = 582
This language is not supported or no code example is available.
public:
const int CustOrderCapacity = 582;
This language is not supported or no code example is available.
public const CustOrderCapacity : int = 582
This language is not supported or no code example is available.
Field Value
int
In this article
Definition