Interface MamdaTradeGap

  • All Superinterfaces:
    MamdaBasicEvent
    All Known Implementing Classes:
    MamdaTradeListener

    public interface MamdaTradeGap
    extends MamdaBasicEvent
    MamdaTradeGap is an interface that provides access to fields related to gap in trade reporting.
    • Method Detail

      • getBeginGapSeqNum

        long getBeginGapSeqNum()
        The starting sequence number of detected missing trades based on the trade count.
      • getBeginGapSeqNumFieldState

        short getBeginGapSeqNumFieldState()
        Returns:
        Returns the BeginGapSeqNum Field State.
      • getEndGapSeqNum

        long getEndGapSeqNum()
        The end sequence number of detected missing trades based on the trade count.
      • getEndGapSeqNumFieldState

        short getEndGapSeqNumFieldState()
        Returns:
        Returns the EndGapSeqNum Field State.