Classes Files

Wombat::MamdaOptionSeriesUpdate

MamdaOptionSeriesUpdate is an interface that provides access to fields related to option series update events. Update events include adds/removes of contracts to the chain.

Inherits from Wombat.MamdaBasicEvent

Inherited by Wombat.MamdaOptionChainListener

Public Functions

  Name
MamdaOptionContract getOptionContract()
Get the option contract to which the most recent event applies.
MamdaOptionAction getOptionAction()
Get the most recent action.

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 getOptionContract

MamdaOptionContract getOptionContract()

Get the option contract to which the most recent event applies.

Return: The option contract to which the most recent event applies. If the contract is new, it will have already been added to the chain. If it is being removed, it will have already been removed from the chain.

Reimplemented by: Wombat::MamdaOptionChainListener::getOptionContract

function getOptionAction

MamdaOptionAction getOptionAction()

Get the most recent action.

Return: The action related to the last series update message.

Reimplemented by: Wombat::MamdaOptionChainListener::getOptionAction


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