|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportHistoryServices | |
|---|---|
| org.marketcetera.ors | Main classes for the order routing system server. |
| org.marketcetera.ors.brokers | Broker management. |
| org.marketcetera.ors.config | Spring-based application configuration. |
| org.marketcetera.ors.filters | Classes that provide message filtering and modification facilities in ORS. |
| org.marketcetera.ors.history | Provides reports persistence services within ORS. |
| org.marketcetera.ors.ws | Web services provided by the application. |
| Uses of ReportHistoryServices in org.marketcetera.ors |
|---|
| Constructors in org.marketcetera.ors with parameters of type ReportHistoryServices | |
|---|---|
ReplyPersister(ReportHistoryServices historyServices,
OrderInfoCache cache)
Creates a new persister which relies on the given report history services provider for persistence operations. |
|
| Uses of ReportHistoryServices in org.marketcetera.ors.brokers |
|---|
| Constructors in org.marketcetera.ors.brokers with parameters of type ReportHistoryServices | |
|---|---|
Broker(SpringBroker springBroker,
ReportHistoryServices historyServices)
Creates a new broker based on the given configuration. |
|
Brokers(SpringBrokers springBrokers,
ReportHistoryServices historyServices)
Creates a new collective representation based on the given broker configurations. |
|
| Uses of ReportHistoryServices in org.marketcetera.ors.config |
|---|
| Methods in org.marketcetera.ors.config that return ReportHistoryServices | |
|---|---|
ReportHistoryServices |
SpringConfig.getReportHistoryServices()
Returns the receiver's report history services provider. |
| Methods in org.marketcetera.ors.config with parameters of type ReportHistoryServices | |
|---|---|
void |
SpringConfig.setReportHistoryServices(ReportHistoryServices reportHistoryServices)
Sets the receiver's report history services provider to the given one. |
| Constructors in org.marketcetera.ors.config with parameters of type ReportHistoryServices | |
|---|---|
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 ReportHistoryServices in org.marketcetera.ors.filters |
|---|
| Methods in org.marketcetera.ors.filters with parameters of type ReportHistoryServices | |
|---|---|
boolean |
TransactionTimeInsertMessageModifier.modifyMessage(Message order,
ReportHistoryServices historyServices,
FIXMessageAugmentor augmentor)
|
boolean |
FieldRemoverMessageModifier.modifyMessage(Message inMessage,
ReportHistoryServices inHistoryServices,
FIXMessageAugmentor inAugmentor)
|
boolean |
FieldDuplicatorMessageModifier.modifyMessage(Message message,
ReportHistoryServices historyServices,
FIXMessageAugmentor augmentor)
|
boolean |
DefaultMessageModifier.modifyMessage(Message message,
ReportHistoryServices historyServices,
FIXMessageAugmentor augmentor)
|
boolean |
MessageModifier.modifyMessage(Message message,
ReportHistoryServices historyServices,
FIXMessageAugmentor augmentor)
Implement the function to make in-line modifications to the incoming message. |
| Uses of ReportHistoryServices in org.marketcetera.ors.history |
|---|
| Classes in org.marketcetera.ors.history that implement ReportHistoryServices | |
|---|---|
class |
AsyncSaveReportHistoryServices
Provides services to save and query reports with asynchronous saving. |
class |
BasicReportHistoryServices
Provides basic services to save and query reports. |
| Uses of ReportHistoryServices in org.marketcetera.ors.ws |
|---|
| Methods in org.marketcetera.ors.ws that return ReportHistoryServices | |
|---|---|
ReportHistoryServices |
ServiceImpl.getHistoryServices()
Returns the receiver's report history services provider. |
| Constructors in org.marketcetera.ors.ws with parameters of type ReportHistoryServices | |
|---|---|
ServiceImpl(SessionManager<ClientSession> sessionManager,
Brokers brokers,
IDFactory idFactory,
ReportHistoryServices historyServices)
Creates a new service implementation with the given session manager, brokers, and report history services provider. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||