Inherits from com.wombat.mamda.MamdaBasicRecap
Inherited by com.wombat.mamda.MamdaTradeListener
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::MamdaTradeRecap;
MamdaTradeRecap is an interface that provides access to trade related fields.
MamaPrice getLastPrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastPrice
Monetary value of an individual share of the security at the time of the trade.
short getLastPriceFieldState()
Return: the last price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastPriceFieldState
double getLastVolume()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastVolume
Number of shares traded in a single transaction for an individual security.
short getLastVolumeFieldState()
Return: the last volume Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastVolumeFieldState
String getLastPartId()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastPartId
Trade participant ID. This is typically an exchange ID, sometimes a market maker ID.
short getLastPartIdFieldState()
Return: the last part ID Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastPartIdFieldState
MamaDateTime getLastDate()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastDate
Date corresponding to the last trade, as reported by the feed.
short getLastDateFieldState()
Return: the last date Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastDateFieldState
char getShortSaleCircuitBreaker()
See: MamdaTradeReport::getShortSaleCircuitBreaker()
Return: ShortSaleCircuitBreaker
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getShortSaleCircuitBreaker
getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreaker
short getShortSaleCircuitBreakerFieldState()
Return: Returns the FieldState, always MODIFIED.
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getShortSaleCircuitBreakerFieldState
MamaDateTime getLastTime()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastTime
Time corresponding to the last trade, as reported by the feed. The exact time of the trade may not be available, since rules governing trade reporting allow for a trades to be reported within a specified time limit.
short getLastTimeFieldState()
Return: the last time Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastTimeFieldState
MamaPrice getIrregPrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregPrice
Monetary value of an individual share of the security at the time of the last irregular trade.
short getIrregPriceFieldState()
Return: the irreg price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregPriceFieldState
double getIrregVolume()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregVolume
Number of shares traded in a single transaction for an individual security.
short getIrregVolumeFieldState()
Return: the irreg volume Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregVolumeFieldState
String getIrregPartId()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregPartId
Trade participant ID for the last irregular trade. This is typically an exchange ID, sometimes a market maker ID.
short getIrregPartIdFieldState()
Return: the irreg part ID Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregPartIdFieldState
MamaDateTime getIrregTime()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregTime
Time corresponding to the last irregular trade, as reported by the feed. The exact time of the trade may not be available, since rules governing trade reporting allow for a trades to be reported within a specified time limit.
short getIrregTimeFieldState()
Return: the irreg time Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getIrregTimeFieldState
long getTradeCount()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeCount
The number of trades today.
short getTradeCountFieldState()
Return: the trade count Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeCountFieldState
double getAccVolume()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getAccVolume
Total volume of shares traded in a security at the time it is disseminated.
short getAccVolumeFieldState()
Return: the accumulated volume Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getAccVolumeFieldState
double getOffExAccVolume()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExAccVolume
Total volume of shares traded off exchange in a security at the time it is disseminated.
short getOffExAccVolumeFieldState()
Return: the off exchange accumulated volume Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExAccVolumeFieldState
double getOnExAccVolume()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExAccVolume
Total volume of shares traded on exchange in a security at the time it is disseminated.
short getOnExAccVolumeFieldState()
Return: the on exchange accumulated volume Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExAccVolumeFieldState
MamaPrice getNetChange()
Return: Change in price compared with the previous closing price (i.e. previous closing price - trade price).
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getNetChange
Get the change in price compared with the previous closing price.
short getNetChangeFieldState()
Return: the net change Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getNetChangeFieldState
double getPctChange()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getPctChange
Change in price as a percentage.
short getPctChangeFieldState()
Return: the percentage change Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getPctChangeFieldState
String getTradeDirection()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeDirection
Trade tick direction.
short getTradeDirectionFieldState()
Return: the trade direction Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeDirectionFieldState
String getSide()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getSide
Returns the Aggressor Side or TradeSide TradeSide
AggressorSide
short getSideFieldState()
Return: the aggressor side or trade side Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getSideFieldState
MamaPrice getOpenPrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOpenPrice
The price of the first qualifying trade in the security during the current trading day.
short getOpenPriceFieldState()
Return: the open price Field Stated
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOpenPriceFieldState
MamaPrice getHighPrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getHighPrice
Highest price paid for security during the trading day.
short getHighPriceFieldState()
Return: the high price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getHighPriceFieldState
MamaPrice getLowPrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLowPrice
Lowest price paid for security during the trading day.
short getLowPriceFieldState()
Return: the low price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLowPriceFieldState
MamaPrice getClosePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getClosePrice
Today’s closing price. The closing price field is populated when official closing prices are sent by the feed after the session close.
short getClosePriceFieldState()
Return: the close price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getClosePriceFieldState
MamaPrice getPrevClosePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getPrevClosePrice
The last qualifying trade price on the previous trading day. This field may be copied from the close price field during the morning “roll” of records in the feedhandler, or it may be obtained from a secondary source, or it may be explicitly sent by the feed prior to the opening of trading for the current day.
short getPrevClosePriceFieldState()
Return: the prev close price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getPrevClosePriceFieldState
MamaDateTime getPrevCloseDate()
See: getPrevClosePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getPrevCloseDate
Date corresponding to PrevClosePrice.
short getPrevCloseDateFieldState()
Return: the prev close date Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getPrevCloseDateFieldState
MamaPrice getAdjPrevClose()
See: getPrevClosePrice()
Return: The adjusted previous closing price.
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getAdjPrevClose
The previous close price adjusted by corporate actions, such as dividends and stock splits on the ex-date.
short getAdjPrevCloseFieldState()
Return: the adjusted prev close Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getAdjPrevCloseFieldState
long getBlockCount()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getBlockCount
The number of block trades (at least 10,000 shares) today.
short getBlockCountFieldState()
Return: the block count Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getBlockCountFieldState
double getBlockVolume()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getBlockVolume
Total volume of block trades today.
short getBlockVolumeFieldState()
Return: the block volume Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getBlockVolumeFieldState
double getVwap()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getVwap
Volume-weighted average price of a security at the time it is disseminated. Equivalent to dividing total value by total volume.
short getVwapFieldState()
Return: the Volume-weighted average price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getVwapFieldState
double getOffExVwap()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExVwap
Volume-weighted average off exchange price of a security at the time it is disseminated. Equivalent to dividing total value by total volume.
short getOffExVwapFieldState()
Return: the Volume-weighted average off exchange price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExVwapFieldState
double getOnExVwap()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExVwap
Volume-weighted average on exchange price of a security at the time it is disseminated. Equivalent to dividing total value by total volume.
short getOnExVwapFieldState()
Return: the Volume-weighted average on exchange price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExVwapFieldState
double getTotalValue()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTotalValue
Total value of all shares traded in a security at the time it is disseminated. Calculated by summing the result of multiplying the trade price by trade volume for each qualifying trade.
short getTotalValueFieldState()
Return: the total value Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTotalValueFieldState
double getOffExTotalValue()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExTotalValue
Total value of all shares traded off exchange in a security at the time it is disseminated. Calculated by summing the result of multiplying the trade price by trade volume for each qualifying trade.
short getOffExTotalValueFieldState()
Return: the off exchange total value Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExTotalValueFieldState
double getOnExTotalValue()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExTotalValue
Total value of all shares traded on exchange in a security at the time it is disseminated. Calculated by summing the result of multiplying the trade price by trade volume for each qualifying trade.
short getOnExTotalValueFieldState()
Return: the on exchange total value Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExTotalValueFieldState
double getStdDev()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getStdDev
Standard deviation of last trade price of a security at the time it is disseminated.
short getStdDevFieldState()
Return: the stddev Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getStdDevFieldState
double getStdDevSum()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getStdDevSum
short getStdDevSumFieldState()
Return: the stddev sum Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getStdDevSumFieldState
double getStdDevSumSquares()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getStdDevSumSquares
short getStdDevSumSquaresFieldState()
Return: the stddev sum squares Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getStdDevSumSquaresFieldState
long getOrderId()
Return: The trade message unique order id number (if available).
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOrderId
Get the order id, if available.
short getOrderIdFieldState()
Return: the order id Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOrderIdFieldState
String getTradeExecVenue()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeExecVenue
Trade execution venue.
short getTradeExecVenueFieldState()
Return: the trade execution venue Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeExecVenueFieldState
MamaPrice getOffExchangeTradePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExchangeTradePrice
Monetary value of an individual off exchange share of the security at the time of the trade.
short getOffExchangeTradePriceFieldState()
Return: the off exchange trade price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOffExchangeTradePriceFieldState
MamaPrice getOnExchangeTradePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExchangeTradePrice
Monetary value of an individual on exchange share of the security at the time of the trade.
short getOnExchangeTradePriceFieldState()
Return: the on exchange trade price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getOnExchangeTradePriceFieldState
String getTradeUnits()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeUnits
Reuters trade units.
short getTradeUnitsFieldState()
Return: the trade units Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTradeUnitsFieldState
long getEventSeqNum()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getEventSeqNum
Sequence number of trade.
short getEventSeqNumFieldState()
Return: the event seq num Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getEventSeqNumFieldState
long getLastSeqNum()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastSeqNum
Sequence number of last trade.
short getLastSeqNumFieldState()
Return: the last seq num Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLastSeqNumFieldState
long getHighSeqNum()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getHighSeqNum
Sequence number of trade.
short getHighSeqNumFieldState()
Return: the high seq num Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getHighSeqNumFieldState
long getLowSeqNum()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLowSeqNum
Sequence number of trade.
short getLowSeqNumFieldState()
Return: the low seq num Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getLowSeqNumFieldState
long getTotalVolumeSeqNum()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTotalVolumeSeqNum
Sequence number of trade.
short getTotalVolumeSeqNumFieldState()
Return: the total volume seq num Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getTotalVolumeSeqNumFieldState
String getCurrencyCode()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getCurrencyCode
Sequence number of trade.
short getCurrencyCodeFieldState()
Return: the currency code Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getCurrencyCodeFieldState
MamaPrice getSettlePrice()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getSettlePrice
Settle of trade.
short getSettlePriceFieldState()
Return: the settle price Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getSettlePriceFieldState
MamaDateTime getSettleDate()
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getSettleDate
Settle date of trade.
short getSettleDateFieldState()
Return: the settle date Field State
Reimplemented by: com::wombat::mamda::MamdaTradeListener::getSettleDateFieldState
Updated on 2023-03-31 at 15:30:36 +0100