Classes Files

Wombat::MamdaTradeGap

MamdaTradeGap is an interface that provides access to fields related to gap in trade reporting.

Inherits from Wombat.MamdaBasicEvent

Inherited by Wombat.MamdaTradeListener

Public Functions

  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

Additional inherited members

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.

Public Functions Documentation

function getBeginGapSeqNum

long getBeginGapSeqNum()

The starting sequence number of detected missing trades based on the trade count.

Return:

Reimplemented by: Wombat::MamdaTradeListener::getBeginGapSeqNum

function getBeginGapSeqNumFieldState

MamdaFieldState getBeginGapSeqNumFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaTradeListener::getBeginGapSeqNumFieldState

function getEndGapSeqNum

long getEndGapSeqNum()

The end sequence number of detected missing trades based on the trade count.

Return:

Reimplemented by: Wombat::MamdaTradeListener::getEndGapSeqNum

function getEndGapSeqNumFieldState

MamdaFieldState getEndGapSeqNumFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaTradeListener::getEndGapSeqNumFieldState


Updated on 2023-03-31 at 15:30:15 +0100