Classes Files

Wombat::MamdaQuoteClosing

MamdaQuoteClosing is an interface that provides access to quote closing related fields.

Inherits from Wombat.MamdaBasicEvent

Inherited by Wombat.MamdaQuoteListener

Public Functions

  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

Additional inherited members

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.

Public Functions Documentation

function getBidPrice

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

function getBidPriceFieldState

MamdaFieldState getBidPriceFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaQuoteListener::getBidPriceFieldState

function getBidSize

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

function getBidSizeFieldState

MamdaFieldState getBidSizeFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaQuoteListener::getBidSizeFieldState

function getBidPartId

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

function getBidPartIdFieldState

MamdaFieldState getBidPartIdFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaQuoteListener::getBidPartIdFieldState

function getAskPrice

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

function getAskPriceFieldState

MamdaFieldState getAskPriceFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaQuoteListener::getAskPriceFieldState

function getAskSize

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

function getAskSizeFieldState

MamdaFieldState getAskSizeFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaQuoteListener::getAskSizeFieldState

function getAskPartId

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

function getAskPartIdFieldState

MamdaFieldState getAskPartIdFieldState()

Get the field state

Return: Field State

Reimplemented by: Wombat::MamdaQuoteListener::getAskPartIdFieldState


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