Inherits from com.wombat.mamda.MamdaBasicEvent
Inherited by com.wombat.mamda.options.MamdaOptionChainListener
Name | |
---|---|
MamdaOptionContract | getOptionContract() |
char | getOptionAction() |
Name | |
---|---|
final char | ACTION_UNKNOWN |
final char | ACTION_ADD |
final char | ACTION_DELETE |
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() |
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.
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.
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.
static final char ACTION_UNKNOWN = ' ';
static final char ACTION_ADD = 'A';
static final char ACTION_DELETE = 'D';
Updated on 2023-03-31 at 15:30:38 +0100