public class OrderIdEventArgs extends Object
| Constructor and Description | 
|---|
| OrderIdEventArgs(int tradeIndex,
                biz.onixs.cme.sbe.IGroup entries,
                int startIndex,
                int count,
                int securityId,
                long seqNum)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| OrderIdEntry | get(int index)Order id entry. | 
| long | getMessageSequenceNumber()Message sequence number. | 
| int | getSecurityId()Security ID. | 
| int | getTradeIndex()Index of trade. | 
| int | size()Number of order ids, related to this trade. | 
| String | toString()Convert object to string representation. | 
public OrderIdEventArgs(int tradeIndex,
                        biz.onixs.cme.sbe.IGroup entries,
                        int startIndex,
                        int count,
                        int securityId,
                        long seqNum)
tradeIndex - Index of trade.entries - Repeating group which contains data.startIndex - Index of first entry.count - Entries count.public int getSecurityId()
public long getMessageSequenceNumber()
public final int getTradeIndex()
public final OrderIdEntry get(int index)
index - Order id entry index.public final int size()
Copyright © 2010–2020 Onix Solutions. All rights reserved.