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 SecDefListener
public UpdatableTradeStatistic getSecurityStatistics(Long securityId)
public void onIncrementMessage(com.epam.fix.message.FIXFieldList message)
onIncrementMessage
in interface IncrementMsgListener
public void onSnapshotMessage(com.epam.fix.message.FIXFieldList message)
onSnapshotMessage
in interface SnapshotMsgListener
public void onSubscribed(String securityDescription, long secDesc)
onSubscribed
in interface SecDefListener
public void onUnsubscribed(String securityDescription, long securityID)
onUnsubscribed
in interface SecDefListener
public void onRecoveryStarted(String securityDescription, long secDesc)
onRecoveryStarted
in interface SecDefListener
public void onRecoveryStopped(String securityDescription, long secDesc, RecoveryReason recoveryReason)
onRecoveryStopped
in interface SecDefListener
Copyright © 2000–2025 EPAM Systems. All rights reserved.