public enum AveragePricingIndicator extends Enum<AveragePricingIndicator>
Enum Constant and Description |
---|
AveragePricing
Trade is part of an average price group identified by the SideAvgPxGroupID.
|
NoAveragePricing
No Average Pricing.
|
None
Default value.
|
Modifier and Type | Method and Description |
---|---|
static AveragePricingIndicator |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static AveragePricingIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AveragePricingIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AveragePricingIndicator None
public static final AveragePricingIndicator NoAveragePricing
public static final AveragePricingIndicator AveragePricing
public static AveragePricingIndicator[] values()
for (AveragePricingIndicator c : AveragePricingIndicator.values()) System.out.println(c);
public static AveragePricingIndicator 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 AveragePricingIndicator forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.