com.fxcm.fix
Class QuoteRespTypeFactory

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

public class QuoteRespTypeFactory
extends Object

Identifies the type of Quote Response.


Field Summary
static IQuoteRespType PASS
          Quote response for passing on an indicative quote
 
Constructor Summary
QuoteRespTypeFactory()
           
 
Method Summary
static IQuoteRespType toCode(int 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

PASS

public static final IQuoteRespType PASS
Quote response for passing on an indicative quote

Constructor Detail

QuoteRespTypeFactory

public QuoteRespTypeFactory()
Method Detail

toCode

public static IQuoteRespType toCode(int aCode)
Converts a status code to a fix object

Parameters:
aCode - QUOTERESPTYPE_*
Returns:
quote response type fix object


Copyright © 2012 FXCM, LLC. All Rights Reserved.