Classes Files

com::wombat::mamda::options::MamdaOptionSeriesUpdate

More…

Inherits from com.wombat.mamda.MamdaBasicEvent

Inherited by com.wombat.mamda.options.MamdaOptionChainListener

Public Functions

  Name
MamdaOptionContract getOptionContract()
char getOptionAction()

Public Attributes

  Name
final char ACTION_UNKNOWN
final char ACTION_ADD
final char ACTION_DELETE

Additional inherited members

Public Functions inherited from com.wombat.mamda.MamdaBasicEvent

  Name
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
MamaDateTime getActivityTime()
short getActivityTimeFieldState()
long getEventSeqNum()
short getEventSeqNumFieldState()
MamaDateTime getEventTime()
short getEventTimeFieldState()

Detailed Description

class com::wombat::mamda::options::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.

Public Functions Documentation

function getOptionContract

MamdaOptionContract getOptionContract()

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: com::wombat::mamda::options::MamdaOptionChainListener::getOptionContract

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

function getOptionAction

char getOptionAction()

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

Reimplemented by: com::wombat::mamda::options::MamdaOptionChainListener::getOptionAction

Get the most recent action.

Public Attributes Documentation

variable ACTION_UNKNOWN

static final char ACTION_UNKNOWN = ' ';

variable ACTION_ADD

static final char ACTION_ADD = 'A';

variable ACTION_DELETE

static final char ACTION_DELETE = 'D';

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