#include <OnixS/FIXEngine/FIX/ISessionListener.h>
Definition at line 149 of file ISessionListener.h.
|
virtual |
|
inlinevirtual |
Is called when an error condition is detected.
Definition at line 219 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 163 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 167 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 171 of file ISessionListener.h.
|
inlinevirtual |
Is called just before the FIX message is sent to the wire.
Definition at line 195 of file ISessionListener.h.
Is called when the application-level message is sent to the counterparty.
Definition at line 179 of file ISessionListener.h.
Is called when the session-level message is sent to the counterparty.
Definition at line 187 of file ISessionListener.h.
|
inlinevirtual |
Is called as soon as bytes are received from the wire.
Definition at line 190 of file ISessionListener.h.
|
inlinevirtual |
Is called when the resending process is completed.
Definition at line 216 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 213 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 204 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 210 of file ISessionListener.h.
|
inlinevirtual |
Is called when the session changes its state.
Definition at line 198 of file ISessionListener.h.
|
inlinevirtual |
Is called when a warning condition is detected.
Definition at line 222 of file ISessionListener.h.