Package com.wombat.mamda.orderbook
Interface MamdaBookAtomicGap
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaBookAtomicListener
public interface MamdaBookAtomicGap extends MamdaBasicEvent
MamdaBookAtomicGap is an interface that provides access to order book atomic update gap related fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBeginGapSeqNum()
Beginning sequence number in a detected gap event.long
getEndGapSeqNum()
Ending sequence number in a detected gap event.-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getActivityTime, getActivityTimeFieldState, getEventSeqNum, getEventSeqNumFieldState, getEventTime, getEventTimeFieldState, getSrcTime, getSrcTimeFieldState
-
-