public class Statistics extends Object implements IncrementMsgListener, SecDefListener, SnapshotMsgListener
| Constructor and Description |
|---|
Statistics(Securities securities,
Subscriptions subscriptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(Long securityId) |
UpdatableTradeStatistic |
getSecurityStatistics(Long securityId) |
void |
onIncrementMessage(com.epam.fix.message.FIXFieldList message) |
void |
onRecoveryStarted(String securityDescription,
long secDesc) |
void |
onRecoveryStopped(String securityDescription,
long secDesc,
RecoveryReason recoveryReason) |
void |
onSecurityDefinition(String secDesc,
long securityId,
com.epam.fix.message.FIXFieldList message,
String chanelId) |
void |
onSnapshotMessage(com.epam.fix.message.FIXFieldList message) |
void |
onSubscribed(String securityDescription,
long secDesc) |
void |
onUnsubscribed(String securityDescription,
long securityID) |
public Statistics(Securities securities, Subscriptions subscriptions)
public void clear(Long securityId)
public void onSecurityDefinition(String secDesc, long securityId, com.epam.fix.message.FIXFieldList message, String chanelId)
onSecurityDefinition in interface SecDefListenerpublic UpdatableTradeStatistic getSecurityStatistics(Long securityId)
public void onIncrementMessage(com.epam.fix.message.FIXFieldList message)
onIncrementMessage in interface IncrementMsgListenerpublic void onSnapshotMessage(com.epam.fix.message.FIXFieldList message)
onSnapshotMessage in interface SnapshotMsgListenerpublic void onSubscribed(String securityDescription, long secDesc)
onSubscribed in interface SecDefListenerpublic void onUnsubscribed(String securityDescription, long securityID)
onUnsubscribed in interface SecDefListenerpublic void onRecoveryStarted(String securityDescription, long secDesc)
onRecoveryStarted in interface SecDefListenerpublic void onRecoveryStopped(String securityDescription, long secDesc, RecoveryReason recoveryReason)
onRecoveryStopped in interface SecDefListenerCopyright © 2000–2025 EPAM Systems. All rights reserved.