com.fxcm.fix
Class CxlRejResponseToFactory
java.lang.Object
com.fxcm.fix.CxlRejResponseToFactory
public class CxlRejResponseToFactory
- extends Object
Identifies the type of request that a Cancel Reject is in response to.
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
CxlRejResponseToFactory
public CxlRejResponseToFactory()
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.