Interface OrderStatusGenerator

All Known Implementing Classes:
FxMotifStatusGenerator

public interface OrderStatusGenerator
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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

      String getStatus(com.caplin.ret.trapi.fx.FXOrder order)
      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

      String getAllowedActionsFailStatus(AllowedAction allowedAction)