public enum PartySubIDType extends Enum<PartySubIDType>
PartySubID
specified.Enum Constant and Description |
---|
AccountType
Account Type
|
BankIdentificationCode
BIC (Bank Identification Code - SWIFT managed)
|
BrokerLoginID
Broker Login ID
|
ClearingHouse
Clearing house participant/member code
|
ContactName
Contact Name
|
Customer
Customer
|
ExecutingFirmLEI
Executing Firm LEI
|
FullLegalNameOfFirm
Full Legal Name Of Firm
|
House
House
|
None
Default value.
|
PrimeBrokerIndicator
Prime broker indicator
|
Modifier and Type | Method and Description |
---|---|
static PartySubIDType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static PartySubIDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartySubIDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartySubIDType None
public static final PartySubIDType Customer
public static final PartySubIDType House
public static final PartySubIDType FullLegalNameOfFirm
public static final PartySubIDType ContactName
public static final PartySubIDType BankIdentificationCode
public static final PartySubIDType ClearingHouse
public static final PartySubIDType AccountType
public static final PartySubIDType BrokerLoginID
public static final PartySubIDType ExecutingFirmLEI
public static final PartySubIDType PrimeBrokerIndicator
public static PartySubIDType[] values()
for (PartySubIDType c : PartySubIDType.values()) System.out.println(c);
public static PartySubIDType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static PartySubIDType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.