public enum PartyRole extends Enum<PartyRole> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static PartyRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartyRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartyRole EXECUTING_FIRM
public static final PartyRole BROKER_OF_CREDIT
public static final PartyRole CLIENT_ID
public static final PartyRole CLEARING_FIRM
public static final PartyRole INVESTOR_ID
public static final PartyRole INTRODUCING_FIRM
public static final PartyRole ENTERING_FIRM
public static final PartyRole LOCATE_LENDING_FIRM
public static final PartyRole FUND_MANAGER_CLIENT_ID
public static final PartyRole SETTLEMENT_LOCATION
public static final PartyRole ORDER_ORIGINATION_TRADER
public static final PartyRole EXECUTING_TRADER
public static final PartyRole ORDER_ORIGINATION_FIRM
public static final PartyRole GIVEUP_CLEARING_FIRM
public static final PartyRole CORRESPONDANT_CLEARING_FIRM
public static final PartyRole EXECUTING_SYSTEM
public static final PartyRole CONTRA_FIRM
public static final PartyRole CONTRA_CLEARING_FIRM
public static final PartyRole SPONSORING_FIRM
public static final PartyRole UNDERLYING_CONTRA_FIRM
public static final PartyRole CLEARING_ORGANIZATION
public static final PartyRole EXCHANGE
public static final PartyRole CUSTOMER_ACCOUNT
public static final PartyRole CORRESPONDENT_CLEARING_ORGANIZATION
public static final PartyRole CORRESPONDENT_BROKER
public static final PartyRole BUYER_SELLER
public static final PartyRole CUSTODIAN
public static final PartyRole INTERMEDIARY
public static final PartyRole AGENT
public static final PartyRole SUB_CUSTODIAN
public static final PartyRole BENEFICIARY
public static final PartyRole INTERESTED_PARTY
public static final PartyRole REGULATORY_BODY
public static final PartyRole LIQUIDITY_PROVIDER
public static final PartyRole ENTERING_TRADER
public static final PartyRole CONTRA_TRADER
public static final PartyRole POSITION_ACCOUNT
public static PartyRole[] values()
for (PartyRole c : PartyRole.values()) System.out.println(c);
public static PartyRole 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.