Class BogusFeedModuleFactory


  • @Service
    public class BogusFeedModuleFactory
    extends ModuleFactory
    ModuleFactory implementation for the BogusFeed market data provider.

    The factory has the following characteristics.

    Describes the module attributes
    Provider URN:metc:mdata:bogus
    Cardinality:Singleton
    Instance URN:metc:mdata:bogus:single
    Auto-Instantiated:No
    Auto-Started:No
    Instantiation Arguments:None
    Module Type:BogusFeedModule
    Since:
    1.0.0
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Field Detail

      • marketDataService

        @Autowired
        private MarketDataService marketDataService
        providers market data services
      • PROVIDER_URN

        public static final ModuleURN PROVIDER_URN
        unique provider URN for the bogus feed market data provider
      • INSTANCE_URN

        public static final ModuleURN INSTANCE_URN
        instance URN for the bogus feed market data provider
    • Constructor Detail

      • BogusFeedModuleFactory

        public BogusFeedModuleFactory()
        Create a new BogusFeedModuleFactory instance.