Interface OrderStatusGenerator
- All Known Implementing Classes:
FxMotifStatusGenerator
public interface OrderStatusGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowedActionsFailStatus
(AllowedAction allowedAction) getStatus
(com.caplin.ret.trapi.fx.FXOrder order) Maps the status of FXOrder to the status displayed that will be displayed in the blotter.
-
Method Details
-
getStatus
Maps the status of FXOrder to the status displayed that will be displayed in the blotter.- Returns:
- The status to be displayed in the blotter for the given order.
-
getAllowedActionsFailStatus
-