Uses of Class
com.caplin.motif.fx.trading.allocation.PostTradeAllocation
-
Packages that use PostTradeAllocation Package Description com.caplin.motif.fx.trading.allocation Classes and interfaces that relate to post-trade allocations. -
-
Uses of PostTradeAllocation in com.caplin.motif.fx.trading.allocation
Methods in com.caplin.motif.fx.trading.allocation that return types with arguments of type PostTradeAllocation Modifier and Type Method Description java.util.List<PostTradeAllocation>
PostTradeAllocationList. getAllocations()
Returns the list ofPostTradeAllocation
s that were recieved with this request.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 PostTradeAllocation Modifier and Type Method Description void
AllocationsPublisher. publishAllocations(SubjectInfo subjectInfo, java.util.List<PostTradeAllocation> allocations)
Constructors in com.caplin.motif.fx.trading.allocation with parameters of type PostTradeAllocation Constructor Description RegulatoryID(PostTradeAllocation postTradeAllocation, java.lang.String nearRegulatoryId, java.lang.String farRegulatoryId)
Constructs a Regulatory ID using a PostTradeAllocation.Constructor parameters in com.caplin.motif.fx.trading.allocation with type arguments of type PostTradeAllocation Constructor Description PostTradeAllocationList(com.caplin.trading.Trade trade, java.util.concurrent.ScheduledExecutorService executorService, java.lang.String tradeId, BuySell buySell, java.util.List<PostTradeAllocation> allocations)
-