Uses of Interface
com.fxcm.fix.IExecType

Packages that use IExecType
com.fxcm.fix   
com.fxcm.fix.trade   
 

Uses of IExecType in com.fxcm.fix
 

Subinterfaces of IExecType in com.fxcm.fix
 interface IOrdStatus
           
 

Fields in com.fxcm.fix declared as IExecType
static IExecType ExecTypeFactory.CALCULATED
           
static IExecType ExecTypeFactory.CANCELLED
           
static IExecType ExecTypeFactory.EXPIRED
           
static IExecType ExecTypeFactory.NEW
           
static IExecType ExecTypeFactory.ORDER_STATUS
           
static IExecType ExecTypeFactory.PARTIALLY_FILLED
           
static IExecType ExecTypeFactory.PENDING_NEW
           
static IExecType ExecTypeFactory.REJECTED
           
static IExecType ExecTypeFactory.REPLACED
           
static IExecType ExecTypeFactory.STOPPED
           
static IExecType ExecTypeFactory.TRADE
           
 

Methods in com.fxcm.fix that return IExecType
static IExecType ExecTypeFactory.toCode(String aCode)
          Converts a status code to a fix object
 

Uses of IExecType in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade that return IExecType
 IExecType ExecutionReport.getExecType()
          Describes the specific ExecutionReport (i.e.
 

Methods in com.fxcm.fix.trade with parameters of type IExecType
 void ExecutionReport.setExecType(IExecType aExecType)
          Status of the order,For now, only I (Order Status) is supported.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.