| Package | Description |
|---|---|
| org.marketcetera.client |
Provides client API to communicate with the server.
|
| org.marketcetera.client.jms |
Spring-wrapped JMS utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImpl.BrokerStatusReceiver |
class |
ClientImpl.TradeMessageReceiver
Receives
TradeMessage objects from the server. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReceiveOnlyHandler<?> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReceiveOnlyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
org.springframework.jms.support.converter.MessageConverter messageConverter)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerBSX(ReceiveOnlyHandler<BrokerStatus> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerMDRX(ReceiveOnlyHandler<MarketDataRequest> inHandler,
String inDstName,
boolean inIsDstTopic)
Register the given message handler for messages that are received of the given type.
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerOEX(ReceiveOnlyHandler<DataEnvelope> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerQ(ReceiveOnlyHandler<quickfix.Message> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
org.springframework.jms.listener.SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerTMX(ReceiveOnlyHandler<TradeMessage> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
Copyright © 2019. All rights reserved.