|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPosReqResult | |
|---|---|
| com.fxcm.fix | |
| com.fxcm.fix.posttrade | |
| Uses of IPosReqResult in com.fxcm.fix |
|---|
| Fields in com.fxcm.fix declared as IPosReqResult | |
|---|---|
static IPosReqResult |
PosReqResultFactory.INVALID_OR_UNSUPPORTED_REQUEST
Invalid Position Request |
static IPosReqResult |
PosReqResultFactory.NO_POSITIONS_FOUND_THAT_MATCH_CRITERIA
No Positions found |
static IPosReqResult |
PosReqResultFactory.NOT_AUTHORIZED_TO_REQUEST_POSITIONS
No permision to request positions |
static IPosReqResult |
PosReqResultFactory.OTHER
Other untyped request result |
static IPosReqResult |
PosReqResultFactory.REQUEST_FOR_POSITION_NOT_SUPPORTED
Unspported request for positions |
static IPosReqResult |
PosReqResultFactory.VALID_REQUEST
Valid Position Request |
| Methods in com.fxcm.fix that return IPosReqResult | |
|---|---|
static IPosReqResult |
PosReqResultFactory.toCode(int aCode)
Converts a status code to a fix object |
| Uses of IPosReqResult in com.fxcm.fix.posttrade |
|---|
| Methods in com.fxcm.fix.posttrade that return IPosReqResult | |
|---|---|
IPosReqResult |
RequestForPositionsAck.getPosReqResult()
Obtains the result code of the request for positions |
| Methods in com.fxcm.fix.posttrade with parameters of type IPosReqResult | |
|---|---|
void |
RequestForPositionsAck.setPosReqResult(IPosReqResult aPosReqResult)
Sets the result code of the request for positions |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||