Interface TradeBlotterItemFieldsUpdater
- All Known Implementing Classes:
TradeStatusFieldsUpdater
public interface TradeBlotterItemFieldsUpdater
An interface for updating order/trade fields for publication to a blotter.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateFields(Map<String, String> fields) Updatesfieldsin place.
-
Method Details
-
updateFields
Updates
fieldsin place.Use this method to modify the
fieldsmap. This method will be called once per order/trade before publication to a blotter.
-