MamdaTradeGap is an interface that provides access to fields related to gap in trade reporting.
Inherits from Wombat.MamdaBasicEvent
Inherited by Wombat.MamdaTradeListener
Name | |
---|---|
long | getBeginGapSeqNum() The starting sequence number of detected missing trades based on the trade count. |
MamdaFieldState | getBeginGapSeqNumFieldState() Get the field state |
long | getEndGapSeqNum() The end sequence number of detected missing trades based on the trade 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 trades based on the trade count.
Return:
Reimplemented by: Wombat::MamdaTradeListener::getBeginGapSeqNum
MamdaFieldState getBeginGapSeqNumFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaTradeListener::getBeginGapSeqNumFieldState
long getEndGapSeqNum()
The end sequence number of detected missing trades based on the trade count.
Return:
Reimplemented by: Wombat::MamdaTradeListener::getEndGapSeqNum
MamdaFieldState getEndGapSeqNumFieldState()
Get the field state
Return: Field State
Reimplemented by: Wombat::MamdaTradeListener::getEndGapSeqNumFieldState
Updated on 2023-03-31 at 15:30:15 +0100