Interface OrderFieldsGenerator
- All Known Implementing Classes:
FxMotifOrderFieldsGenerator
Deprecated.
Retrieve data from given strategy and order with taking common fields for both
of them from strategy.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAllowableActionsForOrder(com.caplin.ret.trapi.fx.FXOrder order) Deprecated.getFieldsForCreation(MotifOrderStrategy strategy, Order order, DerivedData derivedData, String orderRequestId) Deprecated.getFieldsForDelete(com.caplin.ret.trapi.fx.order.OrderEvent event) Deprecated.Returns a map of field names to values retrieved from the given OrderFillEvent / user when an order is deleted.getFieldsForFill(com.caplin.ret.trapi.fx.order.OrderFillEvent event, String ssoUser, Map<String, String> fieldsForFill) Deprecated.getFieldsFromOrder(com.caplin.ret.trapi.fx.FXOrder trapiFXOrder) Deprecated.Returns a map of fields to values retrieved from the given FXOrder.getHyphenatedOrderStatus(com.caplin.ret.trapi.fx.FXOrder order) Deprecated.Returns the order status from the order replacing spaces with "-".getOrderActionFailStatus(AllowedAction allowedAction) Deprecated.getOrderAssetClass(com.caplin.ret.trapi.fx.FXOrder order) Deprecated.getOrderStatus(com.caplin.ret.trapi.fx.FXOrder order) Deprecated.Returns the order status from the order.getTemperature(String orderStatus, com.caplin.ret.trapi.fx.FXOrder order) Deprecated.Gets the temperature from either the orderStatus or order.voidinitialise(OrderFieldsGenerator.Context context) Deprecated.booleanshowOrderOnActivityBlotter(String status) Deprecated.Determines whether the order should be displayed for the given status.booleanshowTemperature(String status) Deprecated.Determines whether the temperature should be displayed for the given status.
-
Method Details
-
initialise
Deprecated. -
showTemperature
Deprecated.Determines whether the temperature should be displayed for the given status. -
showOrderOnActivityBlotter
Deprecated.Determines whether the order should be displayed for the given status. -
getTemperature
Deprecated.Gets the temperature from either the orderStatus or order. -
getOrderAssetClass
Deprecated. -
getAllowableActionsForOrder
Deprecated. -
getOrderStatus
Deprecated.Returns the order status from the order. -
getHyphenatedOrderStatus
Deprecated.Returns the order status from the order replacing spaces with "-". -
getOrderActionFailStatus
Deprecated. -
getFieldsForCreation
Map<String,String> getFieldsForCreation(MotifOrderStrategy strategy, Order order, DerivedData derivedData, String orderRequestId) Deprecated. -
getFieldsForFill
Map<String,String> getFieldsForFill(com.caplin.ret.trapi.fx.order.OrderFillEvent event, String ssoUser, Map<String, String> fieldsForFill) Deprecated. -
getFieldsFromOrder
Deprecated.Returns a map of fields to values retrieved from the given FXOrder. -
getFieldsForDelete
Deprecated.Returns a map of field names to values retrieved from the given OrderFillEvent / user when an order is deleted.
-
OrderCustomFieldsFactoryextension point. This method may be removed in a future version of the Toolkit.