|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.OrdTypeFactory
public class OrdTypeFactory
Order type code
| Field Summary | |
|---|---|
static IOrdType |
LIMIT
Limit Entry Order |
static IOrdType |
MARKET
Market Order |
static IOrdType |
PEG
Pegged Order, e.g. at market points or trailing stop |
static IOrdType |
PREVIOUSLY_QUOTED
Previously Quoted Order, A Previously Quoted Order is an order to buy or sell immediately with the last-published price or quote. |
static IOrdType |
STOP
Stop Entry Order |
static IOrdType |
STOP_LIMIT
Stop Limit Order Type -- Used for at market points orders |
| Constructor Summary | |
|---|---|
OrdTypeFactory()
|
|
| Method Summary | |
|---|---|
static IOrdType |
toCode(String aCode)
Converts a status code to a fix object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IOrdType MARKET
public static final IOrdType LIMIT
public static final IOrdType STOP
public static final IOrdType PREVIOUSLY_QUOTED
public static final IOrdType PEG
public static final IOrdType STOP_LIMIT
| Constructor Detail |
|---|
public OrdTypeFactory()
| Method Detail |
|---|
public static IOrdType toCode(String aCode)
aCode - ORDTYPE_*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||