Inherits from com.wombat.mamda.MamdaBasicRecap
Inherited by com.wombat.mamda.orderbook.MamdaBookAtomicListener
| Name | |
|---|---|
| double | getPriceLevelPrice() | 
| MamaPrice | getPriceLevelMamaPrice() | 
| double | getPriceLevelSize() | 
| char | getPriceLevelAction() | 
| char | getPriceLevelSide() | 
| MamaDateTime | getPriceLevelTime() | 
| double | getPriceLevelNumEntries() | 
| long | getPriceLevelActNumEntries() | 
| char | getPriceLevelEntryAction() | 
| char | getPriceLevelEntryReason() | 
| String | getPriceLevelEntryId() | 
| long | getPriceLevelEntrySize() | 
| MamaDateTime | getPriceLevelEntryTime() | 
| Iterator | entryIterator() | 
| boolean | isVisible() | 
Public Functions inherited from com.wombat.mamda.MamdaBasicRecap
| Name | |
|---|---|
| String | getSymbol() | 
| short | getSymbolFieldState() | 
| String | getPartId() | 
| short | getPartIdFieldState() | 
| MamaDateTime | getSrcTime() | 
| short | getSrcTimeFieldState() | 
| MamaDateTime | getActivityTime() | 
| short | getActivityTimeFieldState() | 
| MamaDateTime | getLineTime() | 
| short | getLineTimeFieldState() | 
| MamaDateTime | getSendTime() | 
| short | getSendTimeFieldState() | 
class com::wombat::mamda::orderbook::MamdaBookAtomicLevelEntry;
MamdaBookAtomicLevel is an interface that provides access to Price Level and Price Level Entry fields
double getPriceLevelPrice()
See: MamdaBookAtomicLevel::getPriceLevelPrice()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelPrice
MamaPrice getPriceLevelMamaPrice()
See: MamdaBookAtomicLevel::getPriceLevelMamaPrice()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelMamaPrice
double getPriceLevelSize()
See: MamdaBookAtomicLevel::getPriceLevelSize()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelSize
char getPriceLevelAction()
See: MamdaBookAtomicLevel::getPriceLevelAction()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelAction
char getPriceLevelSide()
See: MamdaBookAtomicLevel::getPriceLevelSide()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelSide
MamaDateTime getPriceLevelTime()
See: MamdaBookAtomicLevel::getPriceLevelTime()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelTime
double getPriceLevelNumEntries()
See: MamdaBookAtomicLevel::getPriceLevelNumEntries()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelNumEntries
long getPriceLevelActNumEntries()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelActNumEntries
char getPriceLevelEntryAction()
Return: The orderbook entry action.
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryAction
Order book entry action to apply to the full order book.
A : Add entry to the price level. U : Update existing entry in the price level. D : Delete existing entry from the price level.
char getPriceLevelEntryReason()
Return: The orderbook entry reason.
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryReason
Reason for order book entry.
String getPriceLevelEntryId()
Return: The entry id
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryId
Order book entry Id. (order ID, participant ID, etc.)
long getPriceLevelEntrySize()
Return: Order book entry size
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntrySize
Return the order book entry size
MamaDateTime getPriceLevelEntryTime()
Return: Time of order book entry update.
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryTime
Return the time of order book entry update.
Iterator entryIterator()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::entryIterator
boolean isVisible()
Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::isVisible
Updated on 2023-03-31 at 15:30:38 +0100