public interface Application
Modifier and Type | Method and Description |
---|---|
boolean |
isMessageActual(FIXMessage message,
String sessionID)
This method is invoked every time Engine is asked to resend Application level message.
|
void |
newSession(String SessionID)
This method is invoked every time when new Session is created.
|
void |
processMessage(FIXMessage message,
String sessionID)
This method is invoked every time when FIX Engine receives application message.
|
void |
stopEngineSession(String sessionID,
String reason)
This method is invoked when Session with ID=sessionID is closed.
|
void processMessage(FIXMessage message, String sessionID) throws ApplMessageProcessException
message
- message in FIX message formatsessionID
- ID of session which has received messageApplMessageProcessException
void stopEngineSession(String sessionID, String reason)
sessionID
- ID of sesion to be stopedreason
- the string of session closing reason.void newSession(String SessionID)
SessionID
- ID of new sesionboolean isMessageActual(FIXMessage message, String sessionID)
sessionID
- ID of new sesionmessage
- message in FIX formatCopyright © 2000–2022 EPAM Systems. All rights reserved.