|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.TradeOperation
public class TradeOperation
Operation type for the OrderSend() function
Field Summary | |
---|---|
static int |
_OP_BUY
|
static int |
_OP_BUYLIMIT
|
static int |
_OP_BUYSTOP
|
static int |
_OP_SELL
|
static int |
_OP_SELLLIMIT
|
static int |
_OP_SELLSTOP
|
static TradeOperation |
OP_BUY
Buying position. |
static TradeOperation |
OP_BUYLIMIT
Buy limit pending position. |
static TradeOperation |
OP_BUYSTOP
Buy stop pending position. |
static TradeOperation |
OP_SELL
Selling position. |
static TradeOperation |
OP_SELLLIMIT
Sell limit pending position. |
static TradeOperation |
OP_SELLSTOP
Sell stop pending position. |
int |
val
|
Method Summary | |
---|---|
static TradeOperation |
getTradeOperation(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TradeOperation OP_BUY
public static final int _OP_BUY
public static final TradeOperation OP_SELL
public static final int _OP_SELL
public static final TradeOperation OP_BUYLIMIT
public static final int _OP_BUYLIMIT
public static final TradeOperation OP_SELLLIMIT
public static final int _OP_SELLLIMIT
public static final TradeOperation OP_BUYSTOP
public static final int _OP_BUYSTOP
public static final TradeOperation OP_SELLSTOP
public static final int _OP_SELLSTOP
public int val
Method Detail |
---|
public static TradeOperation getTradeOperation(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |