public class StatisticsEventArgs extends Object implements SecurityId, SendingTimeEventArgs
Constructor and Description |
---|
StatisticsEventArgs(String channelId,
int securityId,
StatisticsType type,
biz.onixs.util.ScaledDecimal value,
long seqNum,
long sendingTime,
biz.onixs.cme.sbe.IGroup dataBlocks)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Channel ID.
|
int |
getDataBlockIndex()
Index of entry in FIX repeating group.
|
biz.onixs.cme.sbe.IGroup |
getDataBlocks()
FIX repeating group which contains statistics data.
|
EventIndicator |
getEventIndicator()
Match event indicator.
|
long |
getMessageSequenceNumber()
Message sequence number.
|
int |
getSecurityId()
Security ID.
|
long |
getSendingTime()
Message sending time.
|
StatisticsType |
getStatisticsType()
Statistics type.
|
biz.onixs.util.ScaledDecimal |
getValue()
Statistics value.
|
String |
toString()
Convert object to string representation.
|
public StatisticsEventArgs(String channelId, int securityId, StatisticsType type, biz.onixs.util.ScaledDecimal value, long seqNum, long sendingTime, biz.onixs.cme.sbe.IGroup dataBlocks)
channelId
- Channel IDsecurityId
- Security IDtype
- Statistics typevalue
- Statistics valueseqNum
- Message sequence numbersendingTime
- Message sending timedataBlocks
- FIX repeating group which contains statistics datapublic String toString()
public String getChannelId()
public EventIndicator getEventIndicator()
biz.onixs.cme.sbe.exceptions.TagNotFoundException
- Thrown if tag MatchEventIndicator was not present in the message.public long getSendingTime()
getSendingTime
in interface SendingTimeEventArgs
public long getMessageSequenceNumber()
public int getSecurityId()
getSecurityId
in interface SecurityId
public StatisticsType getStatisticsType()
public biz.onixs.util.ScaledDecimal getValue()
public biz.onixs.cme.sbe.IGroup getDataBlocks()
public int getDataBlockIndex()
Copyright © 2010–2020 Onix Solutions. All rights reserved.