com.fxcm.fix
Class CxlRejResponseToFactory

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

public class CxlRejResponseToFactory
extends Object

Identifies the type of request that a Cancel Reject is in response to.


Field Summary
static ICxlRejResponseTo ORDER_CANCEL_REPLACE_REQUEST
          Order Cancel Replace Reject, the originating order was trying to update an existing order
static ICxlRejResponseTo ORDER_CANCEL_REQUEST
          Order Cancel Reject, the originating order was trying to close an existing order
 
Constructor Summary
CxlRejResponseToFactory()
           
 
Method Summary
static ICxlRejResponseTo toCode(String 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

ORDER_CANCEL_REQUEST

public static final ICxlRejResponseTo ORDER_CANCEL_REQUEST
Order Cancel Reject, the originating order was trying to close an existing order


ORDER_CANCEL_REPLACE_REQUEST

public static final ICxlRejResponseTo ORDER_CANCEL_REPLACE_REQUEST
Order Cancel Replace Reject, the originating order was trying to update an existing order

Constructor Detail

CxlRejResponseToFactory

public CxlRejResponseToFactory()
Method Detail

toCode

public static ICxlRejResponseTo toCode(String aCode)
Converts a status code to a fix object

Parameters:
aCode - CXLREJRESPONSETO_*
Returns:
reject response to fix object


Copyright © 2012 FXCM, LLC. All Rights Reserved.