Uses of Interface
com.fxcm.fix.IContingencyType

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

Uses of IContingencyType in com.fxcm.fix
 

Fields in com.fxcm.fix declared as IContingencyType
static IContingencyType ContingencyTypeFactory.ELS
          Entry Limit Stop (ELS)
static IContingencyType ContingencyTypeFactory.OCO
          One Cancels the Other (OCO)
static IContingencyType ContingencyTypeFactory.OTO
          One Triggers the Other (OTO)
static IContingencyType ContingencyTypeFactory.OTOCO
          Entry Limit Stop (ELS)
 

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

Uses of IContingencyType in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade that return IContingencyType
 IContingencyType ExecutionReport.getContingencyType()
           
 IContingencyType OrderCancelReplaceRequest.getContingencyType()
           
 IContingencyType OrderList.getContingencyType()
           Defines the type of contingency.
 

Methods in com.fxcm.fix.trade with parameters of type IContingencyType
 void ExecutionReport.setContingencyType(IContingencyType aContingencyType)
           
 void OrderCancelReplaceRequest.setContingencyType(IContingencyType aContingencyType)
           
 void OrderList.setContingencyType(IContingencyType aContingencyType)
           Defines the type of contingency.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.