Uses of Interface
com.fxcm.fix.IQuoteType

Packages that use IQuoteType
com.fxcm.fix   
com.fxcm.fix.pretrade   
 

Uses of IQuoteType in com.fxcm.fix
 

Fields in com.fxcm.fix declared as IQuoteType
static IQuoteType QuoteTypeFactory.INDICATIVE
          Dealing Desk issues tradeable quotes that are kept as a part of the market.
static IQuoteType QuoteTypeFactory.TRADEABLE
          FXCM on-demand quotes are indicative, do not affect the market quotes, and work only for that particular Trader.
 

Methods in com.fxcm.fix that return IQuoteType
static IQuoteType QuoteTypeFactory.toCode(int aCode)
          Converts a status code to a fix object
 

Uses of IQuoteType in com.fxcm.fix.pretrade
 

Methods in com.fxcm.fix.pretrade that return IQuoteType
 IQuoteType Quote.getQuoteType()
          Quote Type If not specified, the default is an indicative quote
Identifies the type of quote.
 

Methods in com.fxcm.fix.pretrade with parameters of type IQuoteType
 void Quote.setQuoteType(IQuoteType aQuoteType)
          Sets Quote Type.
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.