Package | Description |
---|---|
org.quickfixj.jmx.mbean.session | |
quickfix |
Core QuickFIX/J classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionAdmin.doSend(Message message,
SessionID sessionID)
Helper method to be overridden by tests that handles sending out the message.
|
void |
SessionAdminMBean.resetSequence(int nextSeqNum)
Reset current sequence number
|
void |
SessionAdmin.resetSequence(int nextSeqNum) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Session.sendToTarget(Message message)
Send a message to the session specified in the message's target
identifiers.
|
static boolean |
Session.sendToTarget(Message message,
SessionID sessionID)
Send a message to the session specified by the provided session ID.
|
static boolean |
Session.sendToTarget(Message message,
String qualifier)
Send a message to the session specified in the message's target
identifiers.
|
static boolean |
Session.sendToTarget(Message message,
String senderCompID,
String targetCompID)
Send a message to the session specified by the provided target company
ID.
|
static boolean |
Session.sendToTarget(Message message,
String senderCompID,
String targetCompID,
String qualifier)
Send a message to the session specified by the provided target company
ID.
|
Copyright © 2021. All rights reserved.