Class FieldsUpdater
- java.lang.Object
-
- com.caplin.motif.fx.ret.lbn.extension.blotter.FieldsUpdater
-
- All Implemented Interfaces:
BlotterRecordFieldsUpdater
public class FieldsUpdater extends java.lang.Object implements BlotterRecordFieldsUpdater
ABlotterRecordFieldsUpdater
that modifies the trade type field for publication.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BLOCK
-
Constructor Summary
Constructors Constructor Description FieldsUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateFields(java.lang.String subject, java.util.Map<java.lang.String,java.lang.String> fields, CustomFieldValues customFieldValues)
Updatesfields
in place.
-
-
-
Field Detail
-
BLOCK
public static final java.lang.String BLOCK
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateFields
public void updateFields(java.lang.String subject, java.util.Map<java.lang.String,java.lang.String> fields, CustomFieldValues customFieldValues)
Description copied from interface:BlotterRecordFieldsUpdater
Updates
fields
in place.Use this method to modify the
fields
map. This method will be called once per blotter record before publication to a blotter.- Specified by:
updateFields
in interfaceBlotterRecordFieldsUpdater
-
-