com.fxcm.fix
Class ContingencyTypeFactory

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

public class ContingencyTypeFactory
extends Object


Field Summary
static IContingencyType ELS
          Entry Limit Stop (ELS)
static IContingencyType OCO
          One Cancels the Other (OCO)
static IContingencyType OTO
          One Triggers the Other (OTO)
static IContingencyType OTOCO
          Entry Limit Stop (ELS)
 
Constructor Summary
ContingencyTypeFactory()
           
 
Method Summary
static IContingencyType 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

OCO

public static final IContingencyType OCO
One Cancels the Other (OCO)


OTO

public static final IContingencyType OTO
One Triggers the Other (OTO)


ELS

public static final IContingencyType ELS
Entry Limit Stop (ELS)


OTOCO

public static final IContingencyType OTOCO
Entry Limit Stop (ELS)

Constructor Detail

ContingencyTypeFactory

public ContingencyTypeFactory()
Method Detail

toCode

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

Parameters:
aCode - CONTINGENCYTYPE_OCO
Returns:
fxcm order type fix object


Copyright © 2012 FXCM, LLC. All Rights Reserved.