Package com.wombat.mamda
Interface MamdaQuoteGap
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaQuoteListener
public interface MamdaQuoteGap extends MamdaBasicEvent
MamdaQuoteGap is an interface that provides access to fields related to gap in quote reporting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBeginGapSeqNum()
The starting sequence number of detected missing quotes based on the quote count.short
getBeginGapSeqNumFieldState()
long
getEndGapSeqNum()
The end sequence number of detected missing quotes based on the quote count.short
getEndGapSeqNumFieldState()
-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getActivityTime, getActivityTimeFieldState, getEventSeqNum, getEventSeqNumFieldState, getEventTime, getEventTimeFieldState, getSrcTime, getSrcTimeFieldState
-
-
-
-
Method Detail
-
getBeginGapSeqNum
long getBeginGapSeqNum()
The starting sequence number of detected missing quotes based on the quote count.
-
getBeginGapSeqNumFieldState
short getBeginGapSeqNumFieldState()
- Returns:
- the begin gap seq num Field State
-
getEndGapSeqNum
long getEndGapSeqNum()
The end sequence number of detected missing quotes based on the quote count.
-
getEndGapSeqNumFieldState
short getEndGapSeqNumFieldState()
- Returns:
- the end gap seq num Field State
-
-