Uses of Interface
org.marketcetera.ors.filters.MessageFilter

Packages that use MessageFilter
org.marketcetera.ors Main classes for the order routing system server. 
org.marketcetera.ors.config Spring-based application configuration. 
org.marketcetera.ors.filters Classes that provide message filtering and modification facilities in ORS. 
 

Uses of MessageFilter in org.marketcetera.ors
 

Methods in org.marketcetera.ors that return MessageFilter
 MessageFilter QuickFIXApplication.getSupportedMessages()
           
 

Constructors in org.marketcetera.ors with parameters of type MessageFilter
QuickFIXApplication(SystemInfo systemInfo, Brokers brokers, MessageFilter supportedMessages, ReplyPersister persister, IQuickFIXSender sender, UserManager userManager, JmsOperations toClientStatus, JmsOperations toTradeRecorder)
           
 

Uses of MessageFilter in org.marketcetera.ors.config
 

Methods in org.marketcetera.ors.config that return MessageFilter
 MessageFilter SpringConfig.getSupportedMessages()
          Returns the receiver's filter of supported messages.
 

Methods in org.marketcetera.ors.config with parameters of type MessageFilter
 void SpringConfig.setSupportedMessages(MessageFilter supportedMessages)
          Sets the receiver's filter of supported messages to the given one.
 

Constructors in org.marketcetera.ors.config with parameters of type MessageFilter
SpringConfig(SpringBrokers brokers, SpringSelector selector, MessageFilter supportedMessages, OrderFilter allowedOrders, String serverHost, int serverPort, long serverSessionLife, ConnectionFactory incomingCF, ConnectionFactory outgoingCF, IDFactory idFactory, ReportHistoryServices reportHistoryServices, OrderInfoCache orderInfoCache)
          Creates a new application configuration with the given properties.
 

Uses of MessageFilter in org.marketcetera.ors.filters
 

Classes in org.marketcetera.ors.filters that implement MessageFilter
 class MessageFilterNoop
           
 class MessageTypeFilter
           
 



Copyright © 2012. All Rights Reserved.