MamdaOrderImbalanceRecap is an interface that provides access to order imbalance related fields.
Inherits from Wombat.MamdaBasicRecap
Inherited by Wombat.MamdaOrderImbalanceListener
Name | |
---|---|
DateTime | getAuctionTime() Returns the AuctionTime. |
MamdaFieldState | getAuctionTimeFieldState() Returns the FieldState. |
long | getBuyVolume() Returns the BuyVolume. |
MamdaFieldState | getBuyVolumeFieldState() Returns the FieldState. |
char | getCrossType() Returns the CrossType. |
MamdaFieldState | getCrossTypeFieldState() Returns the FieldState. |
long | getEventSeqNum() Returns the EventSeqNum. |
MamdaFieldState | getEventSeqNumFieldState() Returns the FieldState. |
DateTime | getEventTime() Returns the EventTime. |
MamdaFieldState | getEventTimeFieldState() Returns the FieldState. |
MamaPrice | getFarClearingPrice() Returns the FarClearingPrice. |
MamdaFieldState | getFarClearingPriceFieldState() Returns the FieldState. |
MamaPrice | getHighIndicationPrice() Returns the HighIndicationPrice. |
MamdaFieldState | getHighIndicationPriceFieldState() Returns the FieldState. |
MamaPrice | getImbalancePrice() Returns the IndicationPrice. |
MamdaFieldState | getImbalancePriceFieldState() Returns the FieldState. |
MamaPrice | getMatchPrice() Returns the InsideMatchPrice. |
MamdaFieldState | getMatchPriceFieldState() Returns the FieldState. |
string | getIssueSymbol() Returns the IssueSymbol. |
MamdaFieldState | getIssueSymbolFieldState() Returns the FieldState. |
MamaPrice | getLowIndicationPrice() Returns the LowIndicationPrice. |
MamdaFieldState | getLowIndicationPriceFieldState() Returns the FieldState. |
long | getMatchVolume() Returns the MatchVolume. |
MamdaFieldState | getMatchVolumeFieldState() Returns the FieldState. |
int | getMsgType() Returns the MsgType. |
MamdaFieldState | getMsgTypeFieldState() Returns the FieldState. |
MamaPrice | getNearClearingPrice() Returns the NearClearingPrice. |
MamdaFieldState | getNearClearingPriceFieldState() Returns the FieldState. |
char | getNoClearingPrice() Returns the NoClearingPrice. |
MamdaFieldState | getNoClearingPriceFieldState() Returns the FieldState. |
char | getPriceVarInd() Returns the PriceVarInd. |
MamdaFieldState | getPriceVarIndFieldState() Returns the FieldState. |
string | getSecurityStatusOrig() Returns the SecurityStatusOrig. |
MamdaFieldState | getSecurityStatusOrigFieldState() Returns the FieldState. |
string | getImbalanceState() Returns the SecurityStatusQual. |
MamdaFieldState | getImbalanceStateFieldState() Returns the FieldState. |
DateTime | getSecurityStatusTime() Returns the SecurityStatusTime. |
MamdaFieldState | getSecurityStatusTimeFieldState() Returns the FieldState. |
long | getSellVolume() Returns the SellVolume. |
MamdaFieldState | getSellVolumeFieldState() Returns the FieldState. |
int | getSeqNum() Returns the SeqNum. |
MamdaFieldState | getSeqNumFieldState() Returns the FieldState. |
Public Functions inherited from Wombat.MamdaBasicRecap
Name | |
---|---|
string | getSymbol() Symbol. This is the “well-known” symbol for the security, including any symbology mapping performed by the publisher. |
MamdaFieldState | getSymbolFieldState() Returns the field state. |
string | getPartId() Participant ID. This may be an exchange identifier, a market maker ID, etc., or NULL (if this is not related to any specific participant). |
MamdaFieldState | getPartIdFieldState() Returns the field state. |
DateTime | getSrcTime() Source time. Typically, the exchange generated feed time stamp. This is often the same as the “event time”, because many feeds do not distinguish between the actual event time and when the exchange sent the message. |
MamdaFieldState | getSrcTimeFieldState() Returns the field state. |
DateTime | getActivityTime() Activity time. A feed handler generated time stamp representing when the data item was last updated. |
MamdaFieldState | getActivityTimeFieldState() Returns the field state. |
DateTime | getLineTime() Line time. A feed handler (or similar publisher) time stamp representing the time that such publisher received the update message pertaining to the event. If clocks are properly synchronized and the source time (see above) is accurate enough, then the difference between the source time and line time is the latency between the data source and the feed handler. |
MamdaFieldState | getLineTimeFieldState() Returns the field state. |
DateTime | getSendTime() Send time. A feed handler (or similar publisher) time stamp representing the time that such publisher sent the current message. The difference between the line time and send time is the latency within the feed handler itself. Also, if clocks are properly synchronized then the difference between the send time and current time is the latency within the market data distribution framework (i.e. MAMA and the underlying middleware). See MAMA API: MamaDateTime::currentTime()). |
MamdaFieldState | getSendTimeFieldState() Returns the field state. |
DateTime getAuctionTime()
Returns the AuctionTime.
Return: Returns the AuctionTime.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getAuctionTime
MamdaFieldState getAuctionTimeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getAuctionTimeFieldState
long getBuyVolume()
Returns the BuyVolume.
Return: Returns the BuyVolume.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getBuyVolume
MamdaFieldState getBuyVolumeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getBuyVolumeFieldState
char getCrossType()
Returns the CrossType.
Return: Returns the CrossType.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getCrossType
MamdaFieldState getCrossTypeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getCrossTypeFieldState
long getEventSeqNum()
Returns the EventSeqNum.
Return: Returns the EventSeqNum.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getEventSeqNum
MamdaFieldState getEventSeqNumFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getEventSeqNumFieldState
DateTime getEventTime()
Returns the EventTime.
Return: Returns the EventTime.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getEventTime
MamdaFieldState getEventTimeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getEventTimeFieldState
MamaPrice getFarClearingPrice()
Returns the FarClearingPrice.
Return: Returns the FarClearingPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getFarClearingPrice
MamdaFieldState getFarClearingPriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getFarClearingPriceFieldState
MamaPrice getHighIndicationPrice()
Returns the HighIndicationPrice.
Return: Returns the HighIndicationPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getHighIndicationPrice
MamdaFieldState getHighIndicationPriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getHighIndicationPriceFieldState
MamaPrice getImbalancePrice()
Returns the IndicationPrice.
Return: Returns the IndicationPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getImbalancePrice
MamdaFieldState getImbalancePriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getImbalancePriceFieldState
MamaPrice getMatchPrice()
Returns the InsideMatchPrice.
Return: Returns the InsideMatchPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getMatchPrice
MamdaFieldState getMatchPriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getMatchPriceFieldState
string getIssueSymbol()
Returns the IssueSymbol.
Return: Returns the IssueSymbol.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getIssueSymbol
MamdaFieldState getIssueSymbolFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getIssueSymbolFieldState
MamaPrice getLowIndicationPrice()
Returns the LowIndicationPrice.
Return: Returns the LowIndicationPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getLowIndicationPrice
MamdaFieldState getLowIndicationPriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getLowIndicationPriceFieldState
long getMatchVolume()
Returns the MatchVolume.
Return: Returns the MatchVolume.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getMatchVolume
MamdaFieldState getMatchVolumeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getMatchVolumeFieldState
int getMsgType()
Returns the MsgType.
Return: Returns the MsgType.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getMsgType
MamdaFieldState getMsgTypeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getMsgTypeFieldState
MamaPrice getNearClearingPrice()
Returns the NearClearingPrice.
Return: Returns the NearClearingPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getNearClearingPrice
MamdaFieldState getNearClearingPriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getNearClearingPriceFieldState
char getNoClearingPrice()
Returns the NoClearingPrice.
Return: Returns the NoClearingPrice.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getNoClearingPrice
MamdaFieldState getNoClearingPriceFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getNoClearingPriceFieldState
char getPriceVarInd()
Returns the PriceVarInd.
Return: Returns the PriceVarInd.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getPriceVarInd
MamdaFieldState getPriceVarIndFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getPriceVarIndFieldState
string getSecurityStatusOrig()
Returns the SecurityStatusOrig.
Return: Returns the SecurityStatusOrig.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSecurityStatusOrig
MamdaFieldState getSecurityStatusOrigFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSecurityStatusOrigFieldState
string getImbalanceState()
Returns the SecurityStatusQual.
Return: Returns the SecurityStatusQual.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getImbalanceState
MamdaFieldState getImbalanceStateFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getImbalanceStateFieldState
DateTime getSecurityStatusTime()
Returns the SecurityStatusTime.
Return: Returns the SecurityStatusTime.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSecurityStatusTime
MamdaFieldState getSecurityStatusTimeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSecurityStatusTimeFieldState
long getSellVolume()
Returns the SellVolume.
Return: Returns the SellVolume.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSellVolume
MamdaFieldState getSellVolumeFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSellVolumeFieldState
int getSeqNum()
Returns the SeqNum.
Return: Returns the SeqNum.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSeqNum
MamdaFieldState getSeqNumFieldState()
Returns the FieldState.
Return: Returns the FieldState.
Reimplemented by: Wombat::MamdaOrderImbalanceListener::getSeqNumFieldState
Updated on 2023-03-31 at 15:30:13 +0100