public class EventDispatcher extends Object
Constructor and Description |
---|
EventDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
addBookResetListener(BookResetListener listener) |
void |
addIncrementListener(IncrementListener listener) |
void |
addIncrementMsgListener(IncrementMsgListener listener) |
void |
addQuoteReqMsgListener(QuoteReqMsgListener listener) |
void |
addSecDefListener(SecDefListener listener) |
void |
addSecDefMsgListener(SecDefMsgListener listener) |
void |
addSecStatusMsgListener(SecurityStatusMsgListener listener) |
void |
addSnapshotListener(SnapshotListener listener) |
void |
addSnapshotMsgListener(SnapshotMsgListener listener) |
void |
dispatch(com.epam.fix.message.FIXFieldList message) |
void |
onBookReset(String secDesc,
long secId) |
void |
onIncrement(String secDesc,
long secID,
long seqNum,
com.epam.fix.message.FIXFieldList entry) |
void |
onRecoveryStarted(String secDesc,
long secId) |
void |
onRecoveryStopped(String secDesc,
long secId,
RecoveryReason recoveryReason) |
void |
onSecurityDefinition(String secDesc,
long securityId,
com.epam.fix.message.FIXFieldList message,
String chanelId) |
void |
onSnapshot(String secDesc,
long secID,
com.epam.fix.message.FIXFieldList message) |
void |
onSubscribed(String secDesc,
long secId) |
void |
onUnsubscribed(String secDesc,
long secId) |
public void dispatch(com.epam.fix.message.FIXFieldList message)
public void onSecurityDefinition(String secDesc, long securityId, com.epam.fix.message.FIXFieldList message, String chanelId)
public void onBookReset(String secDesc, long secId)
public void onSnapshot(String secDesc, long secID, com.epam.fix.message.FIXFieldList message)
public void onIncrement(String secDesc, long secID, long seqNum, com.epam.fix.message.FIXFieldList entry)
public void onRecoveryStarted(String secDesc, long secId)
public void onRecoveryStopped(String secDesc, long secId, RecoveryReason recoveryReason)
public void onSubscribed(String secDesc, long secId)
public void onUnsubscribed(String secDesc, long secId)
public void addBookResetListener(BookResetListener listener)
public void addIncrementListener(IncrementListener listener)
public void addIncrementMsgListener(IncrementMsgListener listener)
public void addSnapshotListener(SnapshotListener listener)
public void addSnapshotMsgListener(SnapshotMsgListener listener)
public void addQuoteReqMsgListener(QuoteReqMsgListener listener)
public void addSecDefListener(SecDefListener listener)
public void addSecDefMsgListener(SecDefMsgListener listener)
public void addSecStatusMsgListener(SecurityStatusMsgListener listener)
Copyright © 2000–2025 EPAM Systems. All rights reserved.