...
Code Block | ||
---|---|---|
| ||
<HandlerAction Name="TestHandler" /> |
See a description of existing hadlers handlers in the part 'FIXEdge API for BL Handlers C++ API'.
CreateReject
Creates a corresponding reject message for the routed FIX message.
...
Mandatory attribute 'RejectType' can take the following values: "application" and "session". The attribute defines a level of error which that was found in the FIX message and caused a reject message. If 'RejectType'="application", it means that that the FIX message has a logical error, otherwise the FIX message has an error at the "session" level.
All subsequent instructions located after <CreateReject> will be applied to the created reject message instead of the routed message, for example:
...