Interface for receiving callbacks from the PositionRouter
IPositionRouterCallbackReceiver
interface defines the function that contracts must implement to receive callbacks from the PositionRouter when positions are executed or failed to execute.
positionKey
: The unique identifier for the position requestisExecuted
: Whether the position was successfully executed (true) or failed (false)isIncrease
: Whether this was an increase position request (true) or a decrease position request (false)_callbackTarget
parameter to receive the callback.