com.fxcm.fix
Class SideFactory

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

public class SideFactory
extends Object

Side of order


Field Summary
static ISide BUY
          Buy side
static ISide SELL
          Sell side
static ISide UNDISCLOSED
          Undisclosed side (valid only in responses on Order Mass Status Request
 
Constructor Summary
SideFactory()
           
 
Method Summary
static ISide 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

BUY

public static final ISide BUY
Buy side


SELL

public static final ISide SELL
Sell side


UNDISCLOSED

public static final ISide UNDISCLOSED
Undisclosed side (valid only in responses on Order Mass Status Request

Constructor Detail

SideFactory

public SideFactory()
Method Detail

toCode

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

Parameters:
aCode - SIDE_*
Returns:
side fix object


Copyright © 2012 FXCM, LLC. All Rights Reserved.