MamdaQuoteGap is an interface that provides access to fields related to gap in quote reporting.
Inherits from Wombat.MamdaBasicEvent
Inherited by Wombat.MamdaQuoteListener
Name | |
---|---|
long | getBeginGapSeqNum() The starting sequence number of detected missing quotes based on the quote count. |
MamdaFieldState | getBeginGapSeqNumFieldState() Get the field state |
long | getEndGapSeqNum() The end sequence number of detected missing quotes based on the quote count. |
MamdaFieldState | getEndGapSeqNumFieldState() Get the field state |
Public Functions inherited from Wombat.MamdaBasicEvent
Name | |
---|---|
DateTime | getSrcTime() Returns the source time. |
MamdaFieldState | getSrcTimeFieldState() Returns the field state. |
DateTime | getActivityTime() |
MamdaFieldState | getActivityTimeFieldState() Returns the field state. |
long | getEventSeqNum() |
MamdaFieldState | getEventSeqNumFieldState() Returns the field state. |
DateTime | getEventTime() |
MamdaFieldState | getEventTimeFieldState() Returns the field state. |
long getBeginGapSeqNum()
The starting sequence number of detected missing quotes based on the quote count.
Return:
Reimplemented by: Wombat::MamdaQuoteListener::getBeginGapSeqNum
MamdaFieldState getBeginGapSeqNumFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaQuoteListener::getBeginGapSeqNumFieldState
long getEndGapSeqNum()
The end sequence number of detected missing quotes based on the quote count.
Return:
Reimplemented by: Wombat::MamdaQuoteListener::getEndGapSeqNum
MamdaFieldState getEndGapSeqNumFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaQuoteListener::getEndGapSeqNumFieldState
Updated on 2023-03-31 at 15:30:13 +0100