Uses of Class
com.caplin.motif.fx.trading.allocation.event.AllocationViewEvent
Package
Description
Parent package with classes that relate to FX trading in general but no specific trading protocol.
Classes and interfaces that relate to post-trade allocations.
-
Uses of AllocationViewEvent in com.caplin.motif.fx.trading
Modifier and TypeMethodDescriptionvoid
TradeAdapter.registerPostAllocationTradeViewListener
(SubjectParser<AllocationViewEvent> subjectParser, PostTradeAllocationViewListener listener) Deprecated. -
Uses of AllocationViewEvent in com.caplin.motif.fx.trading.allocation
Modifier and TypeMethodDescriptionDeprecated.Modifier and TypeMethodDescriptionPostTradeAllocationViewListener.onViewRequest
(AllocationViewEvent viewEvent) Deprecated.An instance of this interface will be called to provide the list of allocations that pertain to the trade information contained in the AllocationViewEventModifier and TypeMethodDescriptionvoid
FXPostAllocationAdapter.registerPostAllocationTradeViewListener
(SubjectParser<AllocationViewEvent> subjectParser, PostTradeAllocationViewListener listener) Deprecated.Registers the listener that will service the request to view the details of already allocated trades.ModifierConstructorDescriptionPostTradeAllocationProvider
(SubjectParser<AllocationViewEvent> subjectParser, PostTradeAllocationViewListener listener, AllocationsPublisher allocationsPublisher) Deprecated.