|
Classes in com.fxcm.fix.trade used by com.fxcm.external.api.util |
ExecutionReport
ExecutionReport - sent to notify the customer about the status of the order
The execution report message is used to:
1. confirm the receipt of an order
2. confirm changes to an existing order (i.e. accept cancel and replace requests)
3. relay order status information
4. relay fill information on working orders
6. reject orders
7. report post-trade fees calculations associated with a trade
Each execution report contains two fields which are used to communicate both the current state of the order as
understood by the broker (OrdStatus) and the purpose of the message (ExecType). |
OrderCancelReplaceRequest
The order cancel/replace request is used to change the parameters of an existing order. |
OrderCancelRequest
The order cancel request message requests the cancelation of all of the remaining quantity of an existing order. |
OrderSingle
OrderSingle is used to send orders to the system |