Class AllocationsPublisher
- java.lang.Object
-
- com.caplin.motif.fx.trading.allocation.AllocationsPublisher
-
public class AllocationsPublisher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AllocationsPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
publishAllocations(SubjectInfo subjectInfo, java.util.List<PostTradeAllocation> allocations)
void
sendNotFound(java.lang.String subject)
void
setActivePublisher(com.caplin.datasource.publisher.ActivePublisher activePublisher)
-
-
-
Method Detail
-
publishAllocations
public void publishAllocations(SubjectInfo subjectInfo, java.util.List<PostTradeAllocation> allocations)
-
sendNotFound
public void sendNotFound(java.lang.String subject)
-
setActivePublisher
public void setActivePublisher(com.caplin.datasource.publisher.ActivePublisher activePublisher)
-
-