|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderSingle | |
|---|---|
| com.fxcm.external.api.util | |
| com.fxcm.fix.trade | |
| Uses of OrderSingle in com.fxcm.external.api.util |
|---|
| Methods in com.fxcm.external.api.util that return OrderSingle | |
|---|---|
static OrderSingle |
MessageGenerator.generateAcceptOrder(String aQuoteID,
String aCustomText)
Generates an Accept OrderSingle in response to a Requote |
static OrderSingle |
MessageGenerator.generateCloseMarketOrder(String aOpenPosID,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Generate a close order at market price |
static OrderSingle |
MessageGenerator.generateCloseOrder(double aPrice,
String aOpenPosID,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Generate close order |
static OrderSingle |
MessageGenerator.generateCloseOrder(double aPrice,
String aOpenPosID,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aAtMarketPoints)
Generate close order at market points |
static OrderSingle |
MessageGenerator.generateCloseOrder(String aQuoteID,
double aPrice,
String aOpenPosID,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Generate close order |
static OrderSingle |
MessageGenerator.generateCloseOrder(String aQuoteID,
double aPrice,
String aOpenPosID,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aAtMarketPoints)
Generate close order at market points |
static OrderSingle |
MessageGenerator.generateMarketOrder(String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Generates a true market order. |
static OrderSingle |
MessageGenerator.generateOpenOrder(double aPrice,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Generate Open order |
static OrderSingle |
MessageGenerator.generateOpenOrder(double aPrice,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aAtMarketPoints)
Generate Open order at market points |
static OrderSingle |
MessageGenerator.generateOpenOrder(String aQuoteID,
double aPrice,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Generate Open order |
static OrderSingle |
MessageGenerator.generateOpenOrder(String aQuoteID,
double aPrice,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aAtMarketPoints)
Generate Open order at market points |
static OrderSingle |
MessageGenerator.generateStopLimitClose(double aPrice,
String aPosID,
IOrdType aOrderType,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Place a stop or a limit on an existing position or order. |
static OrderSingle |
MessageGenerator.generateStopLimitClose(double aPrice,
String aPosID,
IOrdType aOrderType,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aTrailing)
Place a stop or a limit on an existing position or order. |
static OrderSingle |
MessageGenerator.generateStopLimitEntry(double aPrice,
IOrdType aOrderType,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Place a stop or a limit to enter the market. |
static OrderSingle |
MessageGenerator.generateStopLimitEntry(double aPrice,
IOrdType aOrderType,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aTrailing)
Place a stop or a limit to enter the market. |
static OrderSingle |
MessageGenerator.generateStopLimitEntry(String aQuoteID,
double aPrice,
IOrdType aOrderType,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText)
Place a stop or a limit to enter the market. |
static OrderSingle |
MessageGenerator.generateStopLimitEntry(String aQuoteID,
double aPrice,
IOrdType aOrderType,
String aAccount,
double aAmount,
ISide aSide,
String aCurrency,
String aClCustomText,
int aTrailing)
Place a stop or a limit to enter the market. |
| Uses of OrderSingle in com.fxcm.fix.trade |
|---|
| Methods in com.fxcm.fix.trade that return OrderSingle | |
|---|---|
OrderSingle[] |
OrderList.getOrders()
List of OrderSingle in this message |
| Methods in com.fxcm.fix.trade with parameters of type OrderSingle | |
|---|---|
void |
OrderList.addOrder(OrderSingle aOrderSingle)
|
void |
OrderList.removeOrder(OrderSingle aOrder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||