Uses of Class
com.caplin.motif.fx.trading.allocation.event.AllocationViewEvent
-
Packages that use AllocationViewEvent Package Description com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol.com.caplin.motif.fx.trading.allocation Classes and interfaces that relate to post-trade allocations. -
-
Uses of AllocationViewEvent in com.caplin.motif.fx.trading
Method parameters in com.caplin.motif.fx.trading with type arguments of type AllocationViewEvent Modifier and Type Method 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. -
Uses of AllocationViewEvent in com.caplin.motif.fx.trading.allocation
Methods in com.caplin.motif.fx.trading.allocation that return AllocationViewEvent Modifier and Type Method Description AllocationViewEvent
AllocationViewSubjectParser. parse(java.lang.String subject)
Methods in com.caplin.motif.fx.trading.allocation with parameters of type AllocationViewEvent Modifier and Type Method Description java.util.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 AllocationViewEventMethod parameters in com.caplin.motif.fx.trading.allocation with type arguments of type AllocationViewEvent Modifier and Type Method 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 parameters in com.caplin.motif.fx.trading.allocation with type arguments of type AllocationViewEvent Constructor Description PostTradeAllocationProvider(SubjectParser<AllocationViewEvent> subjectParser, PostTradeAllocationViewListener listener, AllocationsPublisher allocationsPublisher)
-