Package com.wombat.mamda
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBeginGapSeqNum()The starting sequence number of detected missing trades based on the trade count.shortgetBeginGapSeqNumFieldState()longgetEndGapSeqNum()The end sequence number of detected missing trades based on the trade count.shortgetEndGapSeqNumFieldState()-
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 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.
-
-