Uses of Interface
com.fxcm.fix.IPosReqStatus

Packages that use IPosReqStatus
com.fxcm.fix   
com.fxcm.fix.posttrade   
 

Uses of IPosReqStatus in com.fxcm.fix
 

Fields in com.fxcm.fix declared as IPosReqStatus
static IPosReqStatus PosReqStatusFactory.COMPLETED
          Completed position request status
static IPosReqStatus PosReqStatusFactory.REJECTED
          Rejected position request status
 

Methods in com.fxcm.fix that return IPosReqStatus
static IPosReqStatus PosReqStatusFactory.toCode(int aCode)
          Converts a status code to a fix object
 

Uses of IPosReqStatus in com.fxcm.fix.posttrade
 

Methods in com.fxcm.fix.posttrade that return IPosReqStatus
 IPosReqStatus RequestForPositionsAck.getPosReqStatus()
          Obtains the status of request for positions
 

Methods in com.fxcm.fix.posttrade with parameters of type IPosReqStatus
 void RequestForPositionsAck.setPosReqStatus(IPosReqStatus aPosReqStatus)
          Sets the status of request for positions
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.