-
Notifications
You must be signed in to change notification settings - Fork 657
Description
From the name verify you could be excused from thinking that all it does is a form of validation.
Indeed the majority of the message does do this, checking sequence numbers and so-on.
But the last line is to call fromCallback
| fromCallback(msgType, msg, sessionID); |
This radically expands the verify method to actually being the point of entry to the Application for FIX traffic.
I can see two options
- Rename
verifytoverifyAndProcessMessage - Move the
fromCallbackcall outside verify and restructuring callers.
Metadata
Metadata
Assignees
Labels
No labels