Package | Description |
---|---|
quickfix |
Core QuickFIX/J classes.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageCracker.crack(Message message,
SessionID sessionID)
Process ("crack") a FIX message and call the registered handlers for that type, if any
|
void |
ApplicationAdapter.fromApp(Message message,
SessionID sessionId) |
void |
Application.fromApp(Message message,
SessionID sessionId)
This callback receives messages for the application.
|
void |
Session.next(Message message)
(Internal use only)
|
protected void |
MessageCracker.onMessage(Message message,
SessionID sessionID)
Fallback method that is called if no invokers are found.
|
Copyright © 2016. All rights reserved.