com.fxcm.fix
Class ExecTypeFactory
java.lang.Object
com.fxcm.fix.ExecTypeFactory
public class ExecTypeFactory
- extends Object
ORDER_STATUS
public static final IExecType ORDER_STATUS
TRADE
public static final IExecType TRADE
NEW
public static final IExecType NEW
PENDING_NEW
public static final IExecType PENDING_NEW
CANCELLED
public static final IExecType CANCELLED
STOPPED
public static final IExecType STOPPED
REJECTED
public static final IExecType REJECTED
EXPIRED
public static final IExecType EXPIRED
REPLACED
public static final IExecType REPLACED
CALCULATED
public static final IExecType CALCULATED
PARTIALLY_FILLED
public static final IExecType PARTIALLY_FILLED
ExecTypeFactory
public ExecTypeFactory()
toCode
public static IExecType toCode(String aCode)
- Converts a status code to a fix object
- Parameters:
aCode - EXECTYPE_*
- Returns:
- execution type fix object
Copyright © 2012 FXCM, LLC. All Rights Reserved.