Package | Description |
---|---|
com.caplin.motif.fx.trading.orders |
Parent package with classes and interfaces that relate to orders in general.
|
com.caplin.motif.fx.trading.orders.details |
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
FXOrdersAdapter.registerStrategyDetailsRequestListenerFactory(StrategyDetailsRequestListenerFactory factory,
com.caplin.datasource.namespace.Namespace namespace,
SubjectParser<? extends StrategySubjectInfo> subjectParser)
Registers a factory and your own parser implementation that will be asked to create the
StrategyDetailsRequestListenerFactory
which will listen to strategy detail requests from the client. |
void |
FXOrdersAdapter.registerStrategyDetailsRequestListenerFactory(StrategyDetailsRequestListenerFactory factory,
SubjectParser<? extends StrategySubjectInfo> subjectParser)
Deprecated.
This requires the library to use the deprecated method
SubjectParser.getSubjectRegex() and is therefore
scheduled for removal. Use FXOrdersAdapter.registerStrategyDetailsRequestListenerFactory(StrategyDetailsRequestListenerFactory, Namespace, SubjectParser)
intead. |
Modifier and Type | Class and Description |
---|---|
class |
StrategySubjectInfoImpl |
Modifier and Type | Method and Description |
---|---|
StrategySubjectInfo |
OrderDetailsSubjectParser.parse(String subject) |
Modifier and Type | Method and Description |
---|---|
StrategyDetailsRequestListener |
StrategyDetailsRequestListenerFactory.createStrategyDetailsRequestListener(StrategySubjectInfo subjectInfo)
When this method is called, you are responsible for creating and returning an instance of
StrategyDetailsRequestListener to handle the request. |
void |
StrategyDetailsProvider.onDiscard(StrategySubjectInfo subjectInfo) |
void |
StrategyDetailsProvider.onRequest(StrategySubjectInfo subjectInfo) |
void |
StrategyDetailsRequestListener.onStrategyDetailsDiscard(StrategySubjectInfo subjectInfo)
Called to notify you that a client is no longer interested in the details of the previously
requested order strategy.
|
void |
StrategyDetailsRequestListener.onStrategyDetailsRequest(StrategySubjectInfo subjectInfo,
StrategyDetailsCallback callback)
Called to notify you that a client has requested details for a previously submitted order
strategy.
|
Copyright © 2015 Caplin Systems.