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 shortUNCROSS_FIRMstatic shortUNCROSS_INDICATIVEstatic shortUNCROSS_INSUFFICIENT_VOLstatic shortUNCROSS_NONE
-
Constructor Summary
Constructors Constructor Description MamdaUncrossPriceInd()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description shortget()static shortmamdaUncrossPriceIndFromString(java.lang.String uncrossPriceInd)voidset(short ind)static java.lang.StringtoString(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)
-
-