Interface OrderPermission

All Known Implementing Classes:
SharedAccountOrderPermission, TakerNameOrderPermission

public interface OrderPermission
This interface to determine if a user is has permission for an action on an FXOrder. e.g. The implementation may verify that the account for the order is visible by the user.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isPermissionedFor(com.caplin.ret.trapi.fx.FXOrder order)
    Determines whether the user is permissioned for the given order.
  • Method Details

    • isPermissionedFor

      boolean isPermissionedFor(com.caplin.ret.trapi.fx.FXOrder order)
      Determines whether the user is permissioned for the given order.
      Parameters:
      order - The order.
      Returns:
      true if the user is permissioned, false if not.