|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITimeInForce | |
|---|---|
| com.fxcm.fix | |
| com.fxcm.fix.trade | |
| Uses of ITimeInForce in com.fxcm.fix |
|---|
| Fields in com.fxcm.fix declared as ITimeInForce | |
|---|---|
static ITimeInForce |
TimeInForceFactory.DAY
An order that if not executed expires at the end of the trading day on which it was entered. |
static ITimeInForce |
TimeInForceFactory.FILL_OR_KILL
An order that immediately fills the complete quantity or rejects |
static ITimeInForce |
TimeInForceFactory.GOOD_TILL_CANCEL
An order that stays open until full filled or cancelled by user |
static ITimeInForce |
TimeInForceFactory.GOOD_TILL_DATE
An order that if not executed expires at the end of the trading day specified |
static ITimeInForce |
TimeInForceFactory.IMMEDIATE_OR_CANCEL
An order that immediately fills as much quantity as possible rejecting any oustanding that were not filled |
| Methods in com.fxcm.fix that return ITimeInForce | |
|---|---|
static ITimeInForce |
TimeInForceFactory.toCode(String aCode)
Converts a status code to a fix object |
static ITimeInForce |
TimeInForceFactory.toCodeByLabel(String aCode)
Converts a status code to a fix object |
| Uses of ITimeInForce in com.fxcm.fix.trade |
|---|
| Methods in com.fxcm.fix.trade that return ITimeInForce | |
|---|---|
ITimeInForce |
ExecutionReport.getTimeInForce()
Specifies how long the order remains in effect. |
ITimeInForce |
OrderCancelReplaceRequest.getTimeInForce()
Specifies how long the order remains in effect. |
ITimeInForce |
OrderSingle.getTimeInForce()
Obtains how long the order remains in effect. |
| Methods in com.fxcm.fix.trade with parameters of type ITimeInForce | |
|---|---|
void |
ExecutionReport.setTimeInForce(ITimeInForce aTimeInForce)
Specifies how long the order remains in effect. |
void |
OrderCancelReplaceRequest.setTimeInForce(ITimeInForce aTimeInForce)
Specifies how long the order remains in effect. |
void |
OrderSingle.setTimeInForce(ITimeInForce aTimeInForce)
Sets how long the order remains in effect. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||