com.fxcm.fix
Class PosReqTypeFactory

java.lang.Object
  extended by com.fxcm.fix.PosReqTypeFactory

public class PosReqTypeFactory
extends Object

Unique identifier for the position maintenance request as assigned by the submitter


Field Summary
static IPosReqType POSITIONS
          Request for open positions
static IPosReqType TRADES
          Request for closed positions
 
Constructor Summary
PosReqTypeFactory()
           
 
Method Summary
static IPosReqType toCode(int aCode)
          Converts a status code to a fix object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSITIONS

public static final IPosReqType POSITIONS
Request for open positions


TRADES

public static final IPosReqType TRADES
Request for closed positions

Constructor Detail

PosReqTypeFactory

public PosReqTypeFactory()
Method Detail

toCode

public static IPosReqType toCode(int aCode)
Converts a status code to a fix object

Parameters:
aCode - POSREQTYPE_*
Returns:
position request type fix object


Copyright © 2012 FXCM, LLC. All Rights Reserved.