|
static const char | AON = 'A' |
| All or none = A.
|
|
static const char | AT_THE_CLOSE = 'C' |
| At the close (around/not held to close) = C.
|
|
static const char | AT_THE_MARKET = 'Q' |
| At the Market (previously called Current Quote) = Q.
|
|
static const char | AT_THE_MIDPOINT = 'Y' |
| At the Midpoint = Y.
|
|
static const char | AT_THE_OPEN = 'O' |
| At the open = O.
|
|
static const char | CROSSING_OPPORTUNITY = 'X' |
| Crossing opportunity = X.
|
|
static const char | IN_TOUCH_WITH = 'I' |
| In touch with = I.
|
|
static const char | INDICATION_WORKING_AWAY = 'W' |
| Indication - Working away = W.
|
|
static const char | LIMIT = 'L' |
| Limit = L.
|
|
static const char | MOC = 'B' |
| Market On Close (MOC) (held to close) = B.
|
|
static const char | MORE_BEHIND = 'M' |
| More behind = M.
|
|
static const char | PORTFOLIO_SHOWN = 'S' |
| Portfolio shown = S.
|
|
static const char | PRE_OPEN = 'Z' |
| Pre-open = Z.
|
|
static const char | READY_TO_TRADE = 'R' |
| Ready to trade = R.
|
|
static const char | TAKING_A_POSITION = 'P' |
| Taking a position = P.
|
|
static const char | THROUGH_THE_DAY = 'T' |
| Through the day = T.
|
|
static const char | VERSUS = 'V' |
| Versus = V.
|
|
static const char | VWAP = 'D' |
| VWAP (Volume Weighted Avg Price) = D.
|
|