Uses of Class
com.caplin.motif.fx.trading.allocation.PostTradeAllocation
Package
Description
Classes and interfaces that relate to post-trade allocations.
-
Uses of PostTradeAllocation in com.caplin.motif.fx.trading.allocation
Modifier and TypeMethodDescriptionPostTradeAllocationList.getAllocations()
Deprecated.Returns the list ofPostTradeAllocation
s that were recieved with this request.PostTradeAllocationViewListener.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
AllocationsPublisher.publishAllocations
(SubjectInfo subjectInfo, List<PostTradeAllocation> allocations) Deprecated.ModifierConstructorDescriptionRegulatoryID
(PostTradeAllocation postTradeAllocation, String nearRegulatoryId, String farRegulatoryId) Deprecated.Constructs a Regulatory ID using a PostTradeAllocation.ModifierConstructorDescriptionPostTradeAllocationList
(com.caplin.trading.Trade trade, ScheduledExecutorService executorService, String tradeId, BuySell buySell, List<PostTradeAllocation> allocations) Deprecated.