Package | Description |
---|---|
com.caplin.motif.datasource |
Extensions to the DataSource for Java library.
|
com.caplin.motif.fx.blotter.subject |
Subjects for the default blotters in the FX Motif.
|
com.caplin.motif.fx.calendar |
Classes and interfaces relating to tenor dates and settlement dates.
|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
com.caplin.motif.fx.trading.allocation |
Classes and interfaces that relate to post-trade allocations.
|
com.caplin.motif.fx.trading.allocation.event |
Classes representing the events that can happen during the post-trade allocation process.
|
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 | Interface and Description |
---|---|
interface |
CachedDataProvider<T extends SubjectInfo>
A DataProvider which receives a single
CachedDataProvider.onRequest(SubjectInfo)
and a single CachedDataProvider.onDiscard(SubjectInfo) , even if requests are made from
multiple peers. |
class |
CachedSubscription<T extends SubjectInfo> |
class |
CachedSubscriptionManager<T extends SubjectInfo> |
interface |
SubjectParser<T extends SubjectInfo>
A SubjectParser validates and parses subject requests into Domain
objects; these objects provide methods which return the information contained
in the request.
|
Modifier and Type | Class and Description |
---|---|
class |
FXBlotterItemSubjectInfo
A domain object representing a subscription to a blotter container for a given
user.
|
class |
FXBlotterSubjectInfo
A domain object representing a subscription to a blotter container for a given
user.
|
Modifier and Type | Class and Description |
---|---|
class |
SettlementDateSubjectInfo
A class representing the fields parsed from a settlement date subject.
|
class |
TenorDateSubjectInfo
A class representing the fields parsed from a tenor date subject.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubjectInfo
Abstract parent class that provides an implementation of
SubjectInfo with common functions
shared by the subclasses FXSubjectInfo and MetalSubjectInfo . |
class |
FXSubjectInfo
A domain object representing a subscription to streaming FX rates for a currency pair, such as USDJPY.
|
class |
MetalSubjectInfo
A domain object representing a subscription to streaming rates for precious metals, such as XAUUSD.
|
Modifier and Type | Method and Description |
---|---|
void |
FXQuotePublisher.sendNotFound(SubjectInfo info)
Sends a message to all peers informing it that the subscription was
not able to be serviced by this adapter.
|
void |
FXQuotePublisherImpl.sendNotFound(SubjectInfo info) |
void |
FXQuotePublisher.sendNotStale(SubjectInfo info)
Sends a message to all peers informing it that the subscription for
the subject has no longer stale.
|
void |
FXQuotePublisherImpl.sendNotStale(SubjectInfo info) |
void |
FXQuotePublisher.sendStale(SubjectInfo info)
Sends a message to all peers informing it that the subscription for
the subject has gone stale.
|
void |
FXQuotePublisherImpl.sendStale(SubjectInfo info) |
void |
FXQuotePublisher.sendSubscribeFail(SubjectInfo info)
Sends a message to all peers informing it that the subscription
to the subject in question has failed.
|
void |
FXQuotePublisherImpl.sendSubscribeFail(SubjectInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
AllocationsPublisher.publishAllocations(SubjectInfo subjectInfo,
List<PostTradeAllocation> allocations) |
Modifier and Type | Class and Description |
---|---|
class |
AllocationViewEvent
The AllocationViewEvent encapsulates the clients request for the details of an allocation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StrategySubjectInfo
A domain object representing a request for details of a previously submitted order strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
StrategySubjectInfoImpl |
Copyright © 2015 Caplin Systems.