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 anFXOrder
. e.g. The implementation may verify that the account for the order is visible by the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPermissionedFor(com.caplin.ret.trapi.fx.FXOrder order)
Determines whether the user is permissioned for the given order.
-