#include <OnixS/CME/iLink3/SessionListener.h>
Public Types | |
enum | Enum { DoNothing, SendGapFill, Default = DoNothing } |
Definition at line 190 of file SessionListener.h.
enum Enum |
Action to be taken when the NotApplied message is received from the exchange.
Enumerator | |
---|---|
DoNothing |
No messages are sent in reply. |
SendGapFill |
Send the Sequence message. |
Default |
The default action. |
Definition at line 193 of file SessionListener.h.