Package com.millistream.www.fields
Interface TC
-
public interface TCvalues for the MDF_F_TRADECODE field, these values form a bit-field so the values can be OR:ed together
-
-
Field Summary
Fields Modifier and Type Field Description static intCANCELstatic intCORRECTIONstatic intDARKPOOLstatic intDELAYEDstatic intODDLOTstatic intOFFHOURSstatic intOUTSIDESPREADstatic intREPORTEDstatic intUPDATEHIGHLOWstatic intUPDATELASTstatic intUPDATEVOLUME
-
-
-
Field Detail
-
OFFHOURS
static final int OFFHOURS
- See Also:
- Constant Field Values
-
OUTSIDESPREAD
static final int OUTSIDESPREAD
- See Also:
- Constant Field Values
-
REPORTED
static final int REPORTED
- See Also:
- Constant Field Values
-
CORRECTION
static final int CORRECTION
- See Also:
- Constant Field Values
-
CANCEL
static final int CANCEL
- See Also:
- Constant Field Values
-
UPDATEHIGHLOW
static final int UPDATEHIGHLOW
- See Also:
- Constant Field Values
-
UPDATEVOLUME
static final int UPDATEVOLUME
- See Also:
- Constant Field Values
-
UPDATELAST
static final int UPDATELAST
- See Also:
- Constant Field Values
-
ODDLOT
static final int ODDLOT
- See Also:
- Constant Field Values
-
DELAYED
static final int DELAYED
- See Also:
- Constant Field Values
-
DARKPOOL
static final int DARKPOOL
- See Also:
- Constant Field Values
-
-