Uses of Interface
com.fxcm.fix.ICxlRejReason

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

Uses of ICxlRejReason in com.fxcm.fix
 

Fields in com.fxcm.fix declared as ICxlRejReason
static ICxlRejReason CxlRejReasonFactory.OTHER
          Other unspecified reject reason
static ICxlRejReason CxlRejReasonFactory.TOO_LATE_TO_CANCEL
          Too late to cancel reject reason,
static ICxlRejReason CxlRejReasonFactory.UNKNOWN_ORDER
          Unknown order reject reason
 

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

Uses of ICxlRejReason in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade that return ICxlRejReason
 ICxlRejReason OrderCancelReject.getCxlRejReason()
          Obtains the Code to identify reason for cancel rejection from a OrderCancelReplaceRequest or OrderCancelRequest
 

Methods in com.fxcm.fix.trade with parameters of type ICxlRejReason
 void OrderCancelReject.setCxlRejReason(ICxlRejReason aCxlRejReason)
          Sets the Code to identify reason for cancel rejection from a OrderCancelReplaceRequest or OrderCancelRequest
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.