Uses of Interface
com.fxcm.fix.IOrdType

Packages that use IOrdType
com.fxcm.external.api.util   
com.fxcm.fix   
com.fxcm.fix.trade   
 

Uses of IOrdType in com.fxcm.external.api.util
 

Methods in com.fxcm.external.api.util with parameters of type IOrdType
static OrderCancelReplaceRequest MessageGenerator.generateOrderReplaceRequest(String aClCustomText, String aOrderID, ISide aSide, IOrdType aOrdType, double aPrice, int aTrailing, String aAccount)
          Generate an update to a pending order at market points
static OrderCancelReplaceRequest MessageGenerator.generateOrderReplaceRequest(String aClCustomText, String aOrderID, ISide aSide, IOrdType aOrdType, double aPrice, String aAccount)
          Generate an update to a pendnig order
static OrderSingle MessageGenerator.generateStopLimitClose(double aPrice, String aPosID, IOrdType aOrderType, String aAccount, double aAmount, ISide aSide, String aCurrency, String aClCustomText)
          Place a stop or a limit on an existing position or order.
static OrderSingle MessageGenerator.generateStopLimitClose(double aPrice, String aPosID, IOrdType aOrderType, String aAccount, double aAmount, ISide aSide, String aCurrency, String aClCustomText, int aTrailing)
          Place a stop or a limit on an existing position or order.
static OrderSingle MessageGenerator.generateStopLimitEntry(double aPrice, IOrdType aOrderType, String aAccount, double aAmount, ISide aSide, String aCurrency, String aClCustomText)
          Place a stop or a limit to enter the market.
static OrderSingle MessageGenerator.generateStopLimitEntry(double aPrice, IOrdType aOrderType, String aAccount, double aAmount, ISide aSide, String aCurrency, String aClCustomText, int aTrailing)
          Place a stop or a limit to enter the market.
static OrderSingle MessageGenerator.generateStopLimitEntry(String aQuoteID, double aPrice, IOrdType aOrderType, String aAccount, double aAmount, ISide aSide, String aCurrency, String aClCustomText)
          Place a stop or a limit to enter the market.
static OrderSingle MessageGenerator.generateStopLimitEntry(String aQuoteID, double aPrice, IOrdType aOrderType, String aAccount, double aAmount, ISide aSide, String aCurrency, String aClCustomText, int aTrailing)
          Place a stop or a limit to enter the market.
 

Uses of IOrdType in com.fxcm.fix
 

Fields in com.fxcm.fix declared as IOrdType
static IOrdType OrdTypeFactory.LIMIT
          Limit Entry Order
static IOrdType OrdTypeFactory.MARKET
          Market Order
static IOrdType OrdTypeFactory.PEG
          Pegged Order, e.g. at market points or trailing stop
static IOrdType OrdTypeFactory.PREVIOUSLY_QUOTED
          Previously Quoted Order, A Previously Quoted Order is an order to buy or sell immediately with the last-published price or quote.
static IOrdType OrdTypeFactory.STOP
          Stop Entry Order
static IOrdType OrdTypeFactory.STOP_LIMIT
          Stop Limit Order Type -- Used for at market points orders
 

Methods in com.fxcm.fix that return IOrdType
static IOrdType OrdTypeFactory.toCode(String aCode)
          Converts a status code to a fix object
 

Uses of IOrdType in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade that return IOrdType
 IOrdType ExecutionReport.getOrdType()
          Obtains the order type of this execution report
 IOrdType OrderCancelReplaceRequest.getOrdType()
          Retrieves the type of this order
 IOrdType OrderSingle.getOrdType()
          Obtains the order type
 

Methods in com.fxcm.fix.trade with parameters of type IOrdType
 void ExecutionReport.setOrdType(IOrdType aOrdType)
          Sets the order type of this execution report One of the values from OrdTypeFactory
 void OrderCancelReplaceRequest.setOrdType(IOrdType aOrdType)
          Sets type of the order, we are updating
 void OrderSingle.setOrdType(IOrdType aOrderType)
          Set the order type.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.