Class TradeStatusFieldsUpdater
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.extension.blotter.TradeStatusFieldsUpdater
-
- All Implemented Interfaces:
TradeBlotterItemFieldsUpdater
public class TradeStatusFieldsUpdater extends java.lang.Object implements TradeBlotterItemFieldsUpdater
ATradeBlotterItemFieldsUpdater
that updates the trade status message for the blotter.
-
-
Constructor Summary
Constructors Constructor Description TradeStatusFieldsUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateFields(java.util.Map<java.lang.String,java.lang.String> fields)
Updates the status field from a trade model event to a status message for the client.
-
-
-
Method Detail
-
updateFields
public void updateFields(java.util.Map<java.lang.String,java.lang.String> fields)
Updates the status field from a trade model event to a status message for the client.- Specified by:
updateFields
in interfaceTradeBlotterItemFieldsUpdater
-
-