I know the LimitOrder has pre- and post- interaction capabilities. How do I achieve the same here. I tried to modify the underlying LimitOrder object, but no luck so far. My use case is this. I'm integrating swap from a contract. First, in the pre-interaction I'd like to verify that swap is between whitelisted assets and only then give approval to pull makerToken. Second, once the swap is complete, I'd like to perform additional code to finalize the transaction on our side. Do you have an example on how to do it?