com.epam.cmemdp.channel
Class GroupEntry

java.lang.Object
  extended by com.epam.cmemdp.channel.GroupEntry

public class GroupEntry
extends java.lang.Object


Constructor Summary
GroupEntry()
           
GroupEntry(long seqNum, FIXFieldList group)
           
 
Method Summary
 long getFirstSeqNumOfQueue34()
           
 FIXFieldList getGroup()
           
 long getSeqNum34()
           
 void setFirstSeqNumOfQueue34(long firstSeqNumOfQueue34)
           
 void setGroup(FIXFieldList group)
           
 void setSeqNum34(long seqNum34)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupEntry

public GroupEntry()

GroupEntry

public GroupEntry(long seqNum,
                  FIXFieldList group)
Method Detail

getSeqNum34

public long getSeqNum34()

setSeqNum34

public void setSeqNum34(long seqNum34)

getGroup

public FIXFieldList getGroup()

setGroup

public void setGroup(FIXFieldList group)

getFirstSeqNumOfQueue34

public long getFirstSeqNumOfQueue34()

setFirstSeqNumOfQueue34

public void setFirstSeqNumOfQueue34(long firstSeqNumOfQueue34)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.