Class TakerNameBlotterCriteriaFactory
- java.lang.Object
-
- com.caplin.motif.fx.ret.lbn.extension.query.TakerNameBlotterCriteriaFactory
-
- All Implemented Interfaces:
BlotterCriteriaFactory
@Deprecated public class TakerNameBlotterCriteriaFactory extends java.lang.Object implements BlotterCriteriaFactory
Deprecated.This has been deprecated in favor of the DefaultBlotterCriteriaFactory which is able to produce more complex LBN queries and supports the Historic Trade Search blotterABlotterQuery
which matches records based on the taker-name, deal date, and depending on the executed/historic_blotter_display_only_completed_deals configuration options, whether the deal is in the "Completed" state.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.caplin.motif.fx.ret.lbn.query.BlotterCriteriaFactory
BlotterCriteriaFactory.Context
-
-
Constructor Summary
Constructors Constructor Description TakerNameBlotterCriteriaFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BlotterCriteria
createBlotterCriteria(ContainerSubject subject)
Deprecated.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)
Deprecated.This notifies theBlotterCriteriaFactory
that it is about to be loaded.
-
-
-
Method Detail
-
initialise
public void initialise(BlotterCriteriaFactory.Context context)
Deprecated.Description copied from interface:BlotterCriteriaFactory
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.- Specified by:
initialise
in interfaceBlotterCriteriaFactory
-
createBlotterCriteria
public BlotterCriteria createBlotterCriteria(ContainerSubject subject) throws BlotterCriteriaFactoryException
Deprecated.Description copied from interface:BlotterCriteriaFactory
You should use this method to create a BlotterCriteria implementation which will be used to query LBN and filter LBN updates coming in. Records that are returned by LBN query or received on an update will be passed through the filter. If they then pass the filter, the record will then be shown in the blotter.- Specified by:
createBlotterCriteria
in interfaceBlotterCriteriaFactory
- Throws:
BlotterCriteriaFactoryException
- if it was not possible to create a valid query.
-
-