|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Application
For interacting with FIXEngine application must implement this interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void processMessage(FIXMessage message,
String sessionID)
throws ApplMessageProcessException
message - message in FIX message formatsessionID - ID of session which has received message
ApplMessageProcessException
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 sesion
boolean isMessageActual(FIXMessage message,
String sessionID)
sessionID - ID of new sesionmessage - message in FIX format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||