Inherits from com.wombat.mamda.MamdaBasicRecap
Inherited by com.wombat.mamda.MamdaQuoteListener
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::MamdaQuoteRecap;
MamdaQuoteRecap is an interface that provides access to quote related fields.
MamaPrice getBidPrice()
Return: Bid price. The highest price that the representative party/group is willing to pay to buy the security. For most feeds, this size is represented in round lots.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPrice
Get the bid price.
short getBidPriceFieldState()
Return: the bid price Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPriceFieldState
double getBidSize()
Return: Total share size available for the current bid price.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSize
Get the bid size.
short getBidSizeFieldState()
Return: the bid size Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSizeFieldState
String getBidPartId()
Return: The identifier of the market participant (e.g. exchange or market maker) contributing the bid price field.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPartId
Get the bid participant identifier.
short getBidPartIdFieldState()
Return: the bid part ID Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidPartIdFieldState
MamaDateTime getEventDate()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getEventDate
Date corresponding to the last quote, as reported by the feed.
short getEventDateFieldState()
Return: event date Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getEventDateFieldState
MamaDateTime getEventTime()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getEventTime
Time corresponding to the last quote, as reported by the feed.
short getEventTimeFieldState()
Return: the event time Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getEventTimeFieldState
MamaPrice getAskPrice()
Return: Ask price. The lowest price that the representative party/group is willing to take to sell the security. For most feeds, this size is represented in round lots.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPrice
Get the ask price.
short getAskPriceFieldState()
Return: the ask price Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPriceFieldState
double getAskSize()
Return: Total share size available for the current ask price.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSize
Get the ask size.
short getAskSizeFieldState()
Return: the ask size Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSizeFieldState
String getAskPartId()
Return: The identifier of the market participant (e.g. exchange or market maker) contributing the ask price field.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPartId
Get the ask participant identifier.
short getAskPartIdFieldState()
Return: the ask part ID Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskPartIdFieldState
MamaPrice getQuoteMidPrice()
Return: The mid price of the current quote. Usually, this is the average of the bid and ask prices, but some exchanges provide this field explicitly (e.g. LSE).
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteMidPrice
Get the quote mid price.
short getQuoteMidPriceFieldState()
Return: the quote mid price Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteMidPriceFieldState
long getQuoteCount()
Return: The number of quotes generated for this security during the current trading session.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteCount
Get the quote count.
short getQuoteCountFieldState()
Return: the quote count Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteCountFieldState
String getQuoteQual()
See: MamdaQuoteUpdate::getQuoteQual
Return: A normalized set of qualifiers for the last quote for the security. This field may contain multiple string values, separated by the colon(:) character.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteQual
Get the normalized quote qualifier.
short getQuoteQualFieldState()
Return: the quote qual Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteQualFieldState
String getQuoteQualNative()
See: MamdaQuoteUpdate::getQuoteQualNative()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteQualNative
short getQuoteQualNativeFieldState()
Return: the quote qual native Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getQuoteQualNativeFieldState
char getShortSaleBidTick()
See: MamdaQuoteUpdate::getShortSaleBidTick()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getShortSaleBidTick
short getShortSaleBidTickFieldState()
Return: the short sale bid tick Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getShortSaleBidTickFieldState
char getShortSaleCircuitBreaker()
See: MamdaQuoteUpdate::getShortSaleCircuitBreaker()
Return: ShortSaleCircuitBreaker
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getShortSaleCircuitBreaker
getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreaker
short getShortSaleCircuitBreakerFieldState()
Return: Returns the FieldState, always MODIFIED.
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getShortSaleCircuitBreakerFieldState
MamaDateTime getAskTime()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskTime
short getAskTimeFieldState()
Return: the ask time Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskTimeFieldState
MamaDateTime getBidTime()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidTime
short getBidTimeFieldState()
Return: the bid time Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidTimeFieldState
String getAskIndicator()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskIndicator
short getAskIndicatorFieldState()
Return: the ask indicator Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskIndicatorFieldState
String getBidIndicator()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidIndicator
short getBidIndicatorFieldState()
Return: the bid indicator Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidIndicatorFieldState
long getAskUpdateCount()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskUpdateCount
short getAskUpdateCountFieldState()
Return: the ask update count Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskUpdateCountFieldState
long getBidUpdateCount()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidUpdateCount
short getBidUpdateCountFieldState()
Return: the bid update count Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidUpdateCountFieldState
double getAskYield()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskYield
short getAskYieldFieldState()
Return: the ask yield Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskYieldFieldState
double getBidYield()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidYield
short getBidYieldFieldState()
Return: the bid yield Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidYieldFieldState
double getAskDepth()
Return: the quote bid depth
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskDepth
double getBidDepth()
Return: the quote bid depth
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidDepth
short getAskDepthFieldState()
Return: the ask depth Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskDepthFieldState
short getBidDepthFieldState()
Return: the bid depth Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidDepthFieldState
String getBidSizesList()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSizesList
short getBidSizesListFieldState()
Return: the bid sizes list Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getBidSizesListFieldState
String getAskSizesList()
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSizesList
short getAskSizesListFieldState()
Return: the ask sizes list Field State
Reimplemented by: com::wombat::mamda::MamdaQuoteListener::getAskSizesListFieldState
Updated on 2023-03-31 at 15:30:34 +0100