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