Package com.wombat.mamda
Interface MamdaTradeCorrection
-
- All Superinterfaces:
MamdaBasicEvent
- All Known Implementing Classes:
MamdaTradeListener
public interface MamdaTradeCorrection extends MamdaBasicEvent
MamdaTradeCorrection is an interface that provides access to fields related to trade corrections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCorrCondition()Get corrected trade condition.shortgetCorrConditionFieldState()java.lang.StringgetCorrPartId()Get the corrected trade participant identifier.shortgetCorrPartIdFieldState()doublegetCorrPrice()Get the corrected trade price.shortgetCorrPriceFieldState()java.lang.StringgetCorrQual()Get corrected trade qualifier.shortgetCorrQualFieldState()java.lang.StringgetCorrQualNative()Get corrected trade condition.shortgetCorrQualNativeFieldState()longgetCorrSellersSaleDays()Get the corrected trade sellers days.shortgetCorrSellersSaleDaysFieldState()chargetCorrShortSaleCircuitBreaker()getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreakershortgetCorrShortSaleCircuitBreakerFieldState()chargetCorrStopStock()Get the original stock stop indicator.shortgetCorrStopStockFieldState()java.lang.StringgetCorrTradeId()Get the corrected trade id.shortgetCorrTradeIdFieldState()doublegetCorrVolume()Get the corrected trade volume.shortgetCorrVolumeFieldState()java.lang.StringgetOrigCondition()Get original trade condition.shortgetOrigConditionFieldState()java.lang.StringgetOrigPartId()Get the original trade participant identifier.shortgetOrigPartIdFieldState()doublegetOrigPrice()Get the original trade price.shortgetOrigPriceFieldState()java.lang.StringgetOrigQual()Get original trade qualifier.shortgetOrigQualFieldState()java.lang.StringgetOrigQualNative()Get original trade qualifier (non normalized).shortgetOrigQualNativeFieldState()longgetOrigSellersSaleDays()Get the original trade sellers days.shortgetOrigSellersSaleDaysFieldState()longgetOrigSeqNum()Get the original trade sequence number.shortgetOrigSeqNumFieldState()chargetOrigStopStock()Get the original stock stop indicator.shortgetOrigStopStockFieldState()java.lang.StringgetOrigTradeId()shortgetOrigTradeIdFieldState()doublegetOrigVolume()Get the original trade volume.shortgetOrigVolumeFieldState()-
Methods inherited from interface com.wombat.mamda.MamdaBasicEvent
getActivityTime, getActivityTimeFieldState, getEventSeqNum, getEventSeqNumFieldState, getEventTime, getEventTimeFieldState, getSrcTime, getSrcTimeFieldState
-
-
-
-
Method Detail
-
getOrigSeqNum
long getOrigSeqNum()
Get the original trade sequence number.- See Also:
MamdaBasicEvent.getEventSeqNum()
-
getOrigSeqNumFieldState
short getOrigSeqNumFieldState()
- Returns:
- Returns the OrigSeqNum Field State.
-
getOrigPrice
double getOrigPrice()
Get the original trade price.- See Also:
MamdaTradeReport.getTradePrice()
-
getOrigPriceFieldState
short getOrigPriceFieldState()
- Returns:
- Returns the OrigPrice Field State.
-
getOrigVolume
double getOrigVolume()
Get the original trade volume.- See Also:
MamdaTradeReport.getTradeVolume()
-
getOrigVolumeFieldState
short getOrigVolumeFieldState()
- Returns:
- Returns the OrigVolume Field State.
-
getOrigPartId
java.lang.String getOrigPartId()
Get the original trade participant identifier.- See Also:
MamdaTradeReport.getTradePartId()
-
getOrigPartIdFieldState
short getOrigPartIdFieldState()
- Returns:
- Returns the OrigPartId Field State.
-
getOrigQual
java.lang.String getOrigQual()
Get original trade qualifier.- See Also:
MamdaTradeReport.getTradeQual()
-
getOrigQualFieldState
short getOrigQualFieldState()
- Returns:
- Returns the OrigQual Field State.
-
getOrigQualNative
java.lang.String getOrigQualNative()
Get original trade qualifier (non normalized).- See Also:
MamdaTradeReport.getTradeQual()
-
getOrigQualNativeFieldState
short getOrigQualNativeFieldState()
- Returns:
- Returns the OrigQualNative Field State.
-
getOrigCondition
java.lang.String getOrigCondition()
Get original trade condition.- See Also:
MamdaTradeReport.getTradeCondition()
-
getOrigConditionFieldState
short getOrigConditionFieldState()
- Returns:
- Returns the OrigCondition Field State.
-
getOrigSellersSaleDays
long getOrigSellersSaleDays()
Get the original trade sellers days.
-
getOrigSellersSaleDaysFieldState
short getOrigSellersSaleDaysFieldState()
- Returns:
- Returns the OrigSellersSaleDays Field State.
-
getOrigStopStock
char getOrigStopStock()
Get the original stock stop indicator.- See Also:
MamdaTradeReport.getTradeStopStock()
-
getOrigStopStockFieldState
short getOrigStopStockFieldState()
- Returns:
- Returns the OrigStopStock FieldState.
-
getOrigTradeId
java.lang.String getOrigTradeId()
- Returns:
- Returns the OrigTradeId.
-
getOrigTradeIdFieldState
short getOrigTradeIdFieldState()
- Returns:
- Returns the OrigPartId Field State.
-
getCorrTradeId
java.lang.String getCorrTradeId()
Get the corrected trade id.
-
getCorrTradeIdFieldState
short getCorrTradeIdFieldState()
- Returns:
- Returns the CorrTradeId Field State.
-
getCorrPrice
double getCorrPrice()
Get the corrected trade price.- See Also:
MamdaTradeReport.getTradePrice()
-
getCorrPriceFieldState
short getCorrPriceFieldState()
- Returns:
- Returns the CorrPrice Field State.
-
getCorrVolume
double getCorrVolume()
Get the corrected trade volume.- See Also:
MamdaTradeReport.getTradeVolume()
-
getCorrVolumeFieldState
short getCorrVolumeFieldState()
- Returns:
- Returns the CorrVolume Field State.
-
getCorrPartId
java.lang.String getCorrPartId()
Get the corrected trade participant identifier.- See Also:
MamdaTradeReport.getTradePartId()
-
getCorrPartIdFieldState
short getCorrPartIdFieldState()
- Returns:
- Returns the CorrPartId Field State.
-
getCorrQual
java.lang.String getCorrQual()
Get corrected trade qualifier.- See Also:
MamdaTradeReport.getTradeQual()
-
getCorrQualFieldState
short getCorrQualFieldState()
- Returns:
- Returns the CorrQual Field State.
-
getCorrQualNative
java.lang.String getCorrQualNative()
Get corrected trade condition.- See Also:
MamdaTradeReport.getTradeCondition()
-
getCorrQualNativeFieldState
short getCorrQualNativeFieldState()
- Returns:
- Returns the CorrQualNative Field State.
-
getCorrCondition
java.lang.String getCorrCondition()
Get corrected trade condition.- See Also:
MamdaTradeReport.getTradeCondition()
-
getCorrConditionFieldState
short getCorrConditionFieldState()
- Returns:
- Returns the CorrCondition Field State.
-
getCorrSellersSaleDays
long getCorrSellersSaleDays()
Get the corrected trade sellers days.
-
getCorrSellersSaleDaysFieldState
short getCorrSellersSaleDaysFieldState()
- Returns:
- Returns the CorrSellersSaleDays Field State.
-
getCorrStopStock
char getCorrStopStock()
Get the original stock stop indicator.- See Also:
MamdaTradeReport.getTradeStopStock()
-
getCorrStopStockFieldState
short getCorrStopStockFieldState()
- Returns:
- Returns the CorrStopStock Field State.
-
getCorrShortSaleCircuitBreaker
char getCorrShortSaleCircuitBreaker()
getShortSaleCircuitBreaker Returns the ShortSaleCircuitBreaker- Returns:
- ShortSaleCircuitBreaker
- See Also:
MamdaTradeReport#getCorrShortSaleCircuitBreaker()
-
getCorrShortSaleCircuitBreakerFieldState
short getCorrShortSaleCircuitBreakerFieldState()
- Returns:
- Returns the FieldState, always MODIFIED.
-
-