public enum CustOrderHandlingInst extends Enum<CustOrderHandlingInst>
Enum Constant and Description |
---|
C
Vendor-provided Platform billed by Executing Broker.
|
D
Other, including Other-provided Screen.
|
G
Sponsored Access via Exchange API or FIX provided by Executing Broker.
|
H
Premium Algorithmic Trading Provider billed by Executing Broker.
|
NO_VALUE
Identifies no value.
|
W
Desk.
|
Y
Electronic.
|
Modifier and Type | Method and Description |
---|---|
static CustOrderHandlingInst |
forValue(char value) |
char |
getValue() |
static CustOrderHandlingInst |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustOrderHandlingInst[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustOrderHandlingInst NO_VALUE
public static final CustOrderHandlingInst W
public static final CustOrderHandlingInst Y
public static final CustOrderHandlingInst C
public static final CustOrderHandlingInst G
public static final CustOrderHandlingInst H
public static final CustOrderHandlingInst D
public static CustOrderHandlingInst[] values()
for (CustOrderHandlingInst c : CustOrderHandlingInst.values()) System.out.println(c);
public static CustOrderHandlingInst 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 char getValue()
public static CustOrderHandlingInst forValue(char value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.