Package | Description |
---|---|
com.caplin.motif.datasource |
Extensions to the DataSource for Java library.
|
com.caplin.motif.fx.blotter |
Parent package with classes that relate to blotters.
|
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 |
---|---|
CachedPublisher |
CachedAdapter.createActivePublisher(com.caplin.datasource.namespace.Namespace namespace,
CachedDataProvider<?> dataProvider,
SubjectParser<?> parser)
Creates an
ActivePublisher that will
publish messages on the specified Namespace.
This method uses a subject parser which allows subjects to be parsed into
meaningful request objects, for example the FXSubjectInfo . |
CachedPublisher |
CachedAdapter.createActivePublisher(com.caplin.datasource.namespace.Namespace namespace,
CachedDataProvider<?> dataProvider,
SubjectParser<?> parser,
boolean sendDiscardAfterError)
Creates an
ActivePublisher that will
publish messages on the specified Namespace.
This method uses a subject parser which allows subjects to be parsed into
meaningful request objects, for example the FXSubjectInfo |
CachedPublisher |
CachedAdapter.createActivePublisher(com.caplin.datasource.namespace.Namespace namespace,
com.caplin.datasource.publisher.DataProvider dataProvider)
Creates an
ActivePublisher that will
publish messages on the specified Namespace.. |
CachedPublisher |
CachedAdapter.createActivePublisher(com.caplin.datasource.namespace.Namespace namespace,
com.caplin.datasource.publisher.DataProvider dataProvider,
boolean sendDiscardAfterError)
Creates an
ActivePublisher that will
publish messages on the specified Namespace.. |
Constructor and Description |
---|
FXBlotterItemPublisher(CachedPublisher publisher,
FXBlotterItemMessageFactory messageFactory)
Creates a new FXBlotterItemPublisher.
|
FXBlotterPublisher(CachedPublisher publisher,
FXBlotterMessageFactory messageFactory)
Deprecated.
You should not need to create
an instance of this. Instead instances should be obtained from the
FXBlotterAdapter by calling FXBlotterAdapter.createBlotterPublisher(FXBlotter, FXBlotterProvider) . |
Modifier and Type | Method and Description |
---|---|
void |
StrategyDetailsProvider.setPublisher(CachedPublisher publisher) |
Copyright © 2015 Caplin Systems.