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.fromAdmin(Message message,
SessionID sessionId) |
void |
Application.fromAdmin(Message message,
SessionID sessionId)
This callback notifies you when an administrative message is sent from a
counterparty to your FIX engine.
|
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.
|
void |
DataDictionary.validate(Message message)
Validate a mesasge, including the header and trailer fields.
|
void |
DataDictionary.validate(Message message,
boolean bodyOnly)
Validate the message body, with header and trailer fields being validated conditionally.
|
Copyright © 2016. All rights reserved.