#include <OnixS/FIXEngine/FIX/ISessionListener.h>
Definition at line 88 of file ISessionListener.h.
|
virtual |
|
inlinevirtual |
Is called when an error condition is detected.
Definition at line 158 of file ISessionListener.h.
Is called when the message mode is Message
and the application-level message is received from the counterparty.
|
inlinevirtual |
Is called when the message mode is FlatMessage
and the application-level message is received from the counterparty.
Definition at line 102 of file ISessionListener.h.
Is called when the message mode is Message
and the session-level message is received from the counterparty.
Definition at line 106 of file ISessionListener.h.
|
inlinevirtual |
Is called when the message mode is FlatMessage
and the session-level message is received from the counterparty.
Definition at line 110 of file ISessionListener.h.
|
inlinevirtual |
Is called just before the FIX message is sent to the wire.
Definition at line 134 of file ISessionListener.h.
Is called when the application-level message is sent to the counterparty.
Definition at line 118 of file ISessionListener.h.
Is called when the session-level message is sent to the counterparty.
Definition at line 126 of file ISessionListener.h.
|
inlinevirtual |
Is called as soon as bytes are received from the wire.
Definition at line 129 of file ISessionListener.h.
|
inlinevirtual |
Is called when the resending process is completed.
Definition at line 155 of file ISessionListener.h.
|
inlinevirtual |
Is called when the ResendRequest<2> message is received and the session is about to start to resend messages.
Definition at line 152 of file ISessionListener.h.
Is called when the message mode is Message
and the sent application-level message is about to be re-sent to the counterparty in reply to the ResendRequest<2> message.
true
if the message should be re-sent, otherwise - false
. Definition at line 143 of file ISessionListener.h.
|
inlinevirtual |
Is called when the message mode is FlatMessage
and the sent application-level message is about to be re-sent to the counterparty in reply to the ResendRequest<2> message.
true
if the message should be re-sent, otherwise - false
. Definition at line 149 of file ISessionListener.h.
|
inlinevirtual |
Is called when the session changes its state.
Definition at line 137 of file ISessionListener.h.
|
inlinevirtual |
Is called when a warning condition is detected.
Definition at line 161 of file ISessionListener.h.