Package com.wombat.mamda
Class MamdaUncrossPriceInd
- java.lang.Object
-
- com.wombat.mamda.MamdaUncrossPriceInd
-
public class MamdaUncrossPriceInd extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static short
UNCROSS_FIRM
static short
UNCROSS_INDICATIVE
static short
UNCROSS_INSUFFICIENT_VOL
static short
UNCROSS_NONE
-
Constructor Summary
Constructors Constructor Description MamdaUncrossPriceInd()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description short
get()
static short
mamdaUncrossPriceIndFromString(java.lang.String uncrossPriceInd)
void
set(short ind)
static java.lang.String
toString(short ind)
Convert a MamdaUncrossPriceInd to an appropriate, displayable string.
-
-
-
Field Detail
-
UNCROSS_NONE
public static final short UNCROSS_NONE
- See Also:
- Constant Field Values
-
UNCROSS_INDICATIVE
public static final short UNCROSS_INDICATIVE
- See Also:
- Constant Field Values
-
UNCROSS_FIRM
public static final short UNCROSS_FIRM
- See Also:
- Constant Field Values
-
UNCROSS_INSUFFICIENT_VOL
public static final short UNCROSS_INSUFFICIENT_VOL
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static java.lang.String toString(short ind)
Convert a MamdaUncrossPriceInd to an appropriate, displayable string.- Parameters:
ind
- The price Ind as a short.
-
set
public void set(short ind)
-
get
public short get()
-
mamdaUncrossPriceIndFromString
public static short mamdaUncrossPriceIndFromString(java.lang.String uncrossPriceInd)
-
-