As soon as a session is created, you can begin sending messages to it. Sessions exist whether or not a counter party is connected to it. A session comes into and remains in existence for the life of the application. This method is called when quickfix creates a new session.Void fromApp(Message message, SessionID sessionId) throws FieldNotFound, IncorrectDataFormat, IncorrectTagValue, UnsupportedMessageType Void fromAdmin(Message message, SessionID sessionId) throws FieldNotFound, IncorrectDataFormat, IncorrectTagValue, RejectLogon Void toApp(Message message, SessionID sessionId) throws DoNotSend
Void toAdmin(Message message, SessionID sessionId)