Class QuoteFactoryConfiguration
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.config.QuoteFactoryConfiguration
-
public class QuoteFactoryConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QuoteFactoryConfiguration(QuoteFactory quoteFactory, SalesQuoteFactory salesQuoteFactory, BlockQuoteFactory blockQuoteFactory, SwapQuoteFactory swapQuoteFactory, SalesSwapQuoteFactory salesSwapQuoteFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockQuoteFactory
getBlockQuoteFactory()
QuoteFactory
getQuoteFactory()
SalesQuoteFactory
getSalesQuoteFactory()
SalesSwapQuoteFactory
getSalesSwapQuoteFactory()
SwapQuoteFactory
getSwapQuoteFactory()
-
-
-
Constructor Detail
-
QuoteFactoryConfiguration
public QuoteFactoryConfiguration(QuoteFactory quoteFactory, SalesQuoteFactory salesQuoteFactory, BlockQuoteFactory blockQuoteFactory, SwapQuoteFactory swapQuoteFactory, SalesSwapQuoteFactory salesSwapQuoteFactory)
-
-
Method Detail
-
getQuoteFactory
public QuoteFactory getQuoteFactory()
-
getSalesQuoteFactory
public SalesQuoteFactory getSalesQuoteFactory()
-
getBlockQuoteFactory
public BlockQuoteFactory getBlockQuoteFactory()
-
getSwapQuoteFactory
public SwapQuoteFactory getSwapQuoteFactory()
-
getSalesSwapQuoteFactory
public SalesSwapQuoteFactory getSalesSwapQuoteFactory()
-
-