Inherits from com.wombat.mamda.MamdaBasicEvent
Inherited by com.wombat.mamda.MamdaQuoteListener
| Name | |
|---|---|
| MamaPrice | getBidPrice() |
| short | getBidPriceFieldState() |
| double | getBidSize() |
| short | getBidSizeFieldState() |
| String | getBidPartId() |
| short | getBidPartIdFieldState() |
| MamaPrice | getAskPrice() |
| short | getAskPriceFieldState() |
| double | getAskSize() |
| short | getAskSizeFieldState() |
| String | getAskPartId() |
| short | getAskPartIdFieldState() |
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::MamdaQuoteClosing;
MamdaQuoteClosing is an interface that provides access to quote closing related fields.
MamaPrice getBidPrice()
Return: Today’s closing bid price, after the market has closed and the stock has traded today.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPrice
Get the closing bid price.
short getBidPriceFieldState()
Return: the bid price Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPriceFieldState
double getBidSize()
Return: Today’s closing bid size, after the market has closed and the stock has traded today.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSize
Get the closing bid size.
short getBidSizeFieldState()
Return: the bid size Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSizeFieldState
String getBidPartId()
Return: Today’s closing bid participant identifier, after the market has closed and the stock has traded today.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPartId
Get the closing bid participant identifier.
short getBidPartIdFieldState()
Return: the bid part ID Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPartIdFieldState
MamaPrice getAskPrice()
Return: Today’s closing ask price, after the market has closed and the stock has traded today.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPrice
Get the closing ask price.
short getAskPriceFieldState()
Return: the ask price Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPriceFieldState
double getAskSize()
Return: Today’s closing ask size, after the market has closed and the stock has traded today.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSize
Get the closing ask size.
short getAskSizeFieldState()
Return: the ask size Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSizeFieldState
String getAskPartId()
Return: Today’s closing ask participant identifier, after the market has closed and the stock has traded today.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPartId
Get the closing ask participant identifier.
short getAskPartIdFieldState()
Return: the ask part ID Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPartIdFieldState
Updated on 2023-03-31 at 15:30:33 +0100