public class UnderlyingAmountBlock.UnderlyingAmountsGroup extends Object
Constructor and Description |
---|
UnderlyingAmountsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getUnderlyingCollectAmount() |
Double |
getUnderlyingPayAmount() |
Calendar |
getUnderlyingSettlementDate() |
String |
getUnderlyingSettlementStatus() |
void |
setUnderlyingCollectAmount(Double value) |
void |
setUnderlyingPayAmount(Double value) |
void |
setUnderlyingSettlementDate(Calendar value) |
void |
setUnderlyingSettlementStatus(String value) |
void |
toFIX(FIXFieldList l) |
public Double getUnderlyingPayAmount()
public void setUnderlyingPayAmount(Double value)
public Double getUnderlyingCollectAmount()
public void setUnderlyingCollectAmount(Double value)
public Calendar getUnderlyingSettlementDate()
public void setUnderlyingSettlementDate(Calendar value)
public String getUnderlyingSettlementStatus()
public void setUnderlyingSettlementStatus(String value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.