Uses of Interface
com.fxcm.fix.IPosReqType

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

Uses of IPosReqType in com.fxcm.fix
 

Fields in com.fxcm.fix declared as IPosReqType
static IPosReqType PosReqTypeFactory.POSITIONS
          Request for open positions
static IPosReqType PosReqTypeFactory.TRADES
          Request for closed positions
 

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

Uses of IPosReqType in com.fxcm.fix.posttrade
 

Methods in com.fxcm.fix.posttrade that return IPosReqType
 IPosReqType PositionReport.getPosReqType()
          Get the position request type
 IPosReqType RequestForPositions.getPosReqType()
          Get the position request type
 

Methods in com.fxcm.fix.posttrade with parameters of type IPosReqType
 void PositionReport.setPosReqType(IPosReqType aPosReqType)
          Set the position request type
 void RequestForPositions.setPosReqType(IPosReqType aPosReqType)
          Set the position request type
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.