public interface BlotterCriteriaFactory
BlotterCriteriaFactory
is used to create the criteria used to request deals from LBN, which are in turn used
to populate the blotter.Modifier and Type | Interface and Description |
---|---|
static class |
BlotterCriteriaFactory.Context |
Modifier and Type | Method and Description |
---|---|
BlotterCriteria |
createBlotterCriteria(ContainerSubject subject)
You should use this method to create a BlotterCriteria implementation which will be used to query LBN and filter
LBN updates coming in.
|
void |
initialise(BlotterCriteriaFactory.Context context)
This notifies the
BlotterCriteriaFactory that it is about to be loaded. |
void initialise(BlotterCriteriaFactory.Context context)
This notifies the BlotterCriteriaFactory
that it is about to be loaded. This method will be called
by the system once.
You should use this method to perform any initialisation required before the BlotterCriteriaFactory
is loaded.
BlotterCriteria createBlotterCriteria(ContainerSubject subject) throws BlotterCriteriaFactoryException
BlotterCriteriaFactoryException
- if it was not possible to create a valid query.Copyright © 2019 Caplin Systems.