com.fxcm.fix
Class QuoteTypeFactory
java.lang.Object
com.fxcm.fix.QuoteTypeFactory
public class QuoteTypeFactory
- extends Object
Identifies the type of quote.
|
Field Summary |
static IQuoteType |
INDICATIVE
Dealing Desk issues tradeable quotes that are kept as a part of the market. |
static IQuoteType |
TRADEABLE
FXCM on-demand quotes are indicative, do not affect the market quotes, and work only for that particular Trader. |
|
Method Summary |
static IQuoteType |
toCode(int aCode)
Converts a status code to a fix object |
INDICATIVE
public static final IQuoteType INDICATIVE
- Dealing Desk issues tradeable quotes that are kept as a part of the market.
Trader responds to the market with a trading order, that could be filled and the result of this trade could affect an end users open position blotters and accounts
(as per FIX: continuously quoted market messaging scenario).
There could be limitations on quantity or price.
TRADEABLE
public static final IQuoteType TRADEABLE
- FXCM on-demand quotes are indicative, do not affect the market quotes, and work only for that particular Trader.
QuoteTypeFactory
public QuoteTypeFactory()
toCode
public static IQuoteType toCode(int aCode)
- Converts a status code to a fix object
- Parameters:
aCode - QUOTETYPE_*
- Returns:
- quote type fix object
Copyright © 2012 FXCM, LLC. All Rights Reserved.