Package com.millistream.www.fields
Interface TC
-
public interface TC
values 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 int
CANCEL
static int
CORRECTION
static int
DARKPOOL
static int
DELAYED
static int
ODDLOT
static int
OFFHOURS
static int
OUTSIDESPREAD
static int
REPORTED
static int
UPDATEHIGHLOW
static int
UPDATELAST
static int
UPDATEVOLUME
-
-
-
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
-
-