|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.SideFactory
public class SideFactory
Side of order
| Field Summary | |
|---|---|
static ISide |
BUY
Buy side |
static ISide |
SELL
Sell side |
static ISide |
UNDISCLOSED
Undisclosed side (valid only in responses on Order Mass Status Request |
| Constructor Summary | |
|---|---|
SideFactory()
|
|
| Method Summary | |
|---|---|
static ISide |
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 ISide BUY
public static final ISide SELL
public static final ISide UNDISCLOSED
| Constructor Detail |
|---|
public SideFactory()
| Method Detail |
|---|
public static ISide toCode(String aCode)
aCode - SIDE_*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||