Package | Description |
---|---|
com.caplin.motif.fx.trading.allocation |
Classes and interfaces that relate to post-trade allocations.
|
com.caplin.motif.trading |
Classes that relate to trading in general but not specifically the FX asset class.
|
Modifier and Type | Method and Description |
---|---|
AllocationViewEvent |
AllocationViewSubjectParser.parse(String subject) |
Modifier and Type | Method and Description |
---|---|
List<PostTradeAllocation> |
PostTradeAllocationViewListener.onViewRequest(AllocationViewEvent viewEvent)
An instance of this interface will be called to provide the list of allocations
that pertain to the trade information contained in the AllocationViewEvent
|
Modifier and Type | Method and Description |
---|---|
void |
FXPostAllocationAdapter.registerPostAllocationTradeViewListener(SubjectParser<AllocationViewEvent> subjectParser,
PostTradeAllocationViewListener listener)
Registers the listener that will service the request to view the details
of already allocated trades.
|
Constructor and Description |
---|
PostTradeAllocationProvider(SubjectParser<AllocationViewEvent> subjectParser,
PostTradeAllocationViewListener listener,
AllocationsPublisher allocationsPublisher) |
Modifier and Type | Method and Description |
---|---|
void |
TradeAdapter.registerPostAllocationTradeViewListener(SubjectParser<AllocationViewEvent> subjectParser,
PostTradeAllocationViewListener listener)
Registers the listener that will service the request to view the allocations
of an already allocated trade.
|
Copyright © 2015 Caplin Systems.