public class NewBasketDataBCGrpElem extends Object
Constructor and Description |
---|
NewBasketDataBCGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
String |
getBasketTradeReportText()
User defined text message field.
|
BasketTradeReportType |
getBasketTradeReportType()
Basket operation.
|
long |
getBasketTrdMatchId()
System defined Basket ID.
|
long |
getMaturityMonthYear()
Month year code for expiry YYYYMM.
|
OptionalEarlyTerminationIndicator |
getOptionalEarlyTerminationIndicator()
Indicates whether the counterparties have the right for early termination.
|
long |
getOrigBasketTrdMatchId()
System defined Original Basket ID.
|
String |
getTradeReportId()
User defined transaction ID.
|
long |
getTransactTime()
Timestamp of the match event (trade).
|
void |
setBasketTradeReportText(String value) |
void |
setBasketTradeReportType(BasketTradeReportType value) |
void |
setBasketTrdMatchId(long value) |
void |
setMaturityMonthYear(long value) |
void |
setOptionalEarlyTerminationIndicator(OptionalEarlyTerminationIndicator value) |
void |
setOrigBasketTrdMatchId(long value) |
void |
setTradeReportId(String value) |
void |
setTransactTime(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getTransactTime()
public void setTransactTime(long value)
public long getBasketTrdMatchId()
public void setBasketTrdMatchId(long value)
public long getOrigBasketTrdMatchId()
public void setOrigBasketTrdMatchId(long value)
public long getMaturityMonthYear()
public void setMaturityMonthYear(long value)
public OptionalEarlyTerminationIndicator getOptionalEarlyTerminationIndicator()
public void setOptionalEarlyTerminationIndicator(OptionalEarlyTerminationIndicator value)
public BasketTradeReportType getBasketTradeReportType()
public void setBasketTradeReportType(BasketTradeReportType value)
public String getTradeReportId()
public void setTradeReportId(String value)
public String getBasketTradeReportText()
public void setBasketTradeReportText(String value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.