I have a requirement that says Add a parameter to the user callback called (Currency.cpp (93)) which contains the delta.
Not sure how or what this means. Is there a correct syntax to add (Currency.cpp (93)) as a parameter? and i don't quite understand callbacks, I've done some research and having trouble grasping the concept. If someone could give a simple explanation maybe that help me in this situation.
here is the callback..
typedef void (*UserCallback)( AEnum_IntTrnCodes transactionCode, int requestID, int exchangeID, TTDataType data, void * arguments, );
Thanks!
