public class SpreadOrBenchmarkCurveDataBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
SpreadOrBenchmarkCurveDataBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getBenchmarkCurveCurrency() |
String |
getBenchmarkCurveName() |
String |
getBenchmarkCurvePoint() |
Double |
getBenchmarkPrice() |
Long |
getBenchmarkPriceType() |
String |
getBenchmarkSecurityID() |
String |
getBenchmarkSecurityIDSource() |
Double |
getSpread() |
void |
setBenchmarkCurveCurrency(String value) |
void |
setBenchmarkCurveName(String value) |
void |
setBenchmarkCurvePoint(String value) |
void |
setBenchmarkPrice(Double value) |
void |
setBenchmarkPriceType(Long value) |
void |
setBenchmarkSecurityID(String value) |
void |
setBenchmarkSecurityIDSource(String value) |
void |
setSpread(Double value) |
void |
toFIX(FIXFieldList l) |
public Double getSpread()
public void setSpread(Double value)
public String getBenchmarkCurveCurrency()
public void setBenchmarkCurveCurrency(String value)
public String getBenchmarkCurveName()
public void setBenchmarkCurveName(String value)
public String getBenchmarkCurvePoint()
public void setBenchmarkCurvePoint(String value)
public Double getBenchmarkPrice()
public void setBenchmarkPrice(Double value)
public Long getBenchmarkPriceType()
public void setBenchmarkPriceType(Long value)
public String getBenchmarkSecurityID()
public void setBenchmarkSecurityID(String value)
public String getBenchmarkSecurityIDSource()
public void setBenchmarkSecurityIDSource(String value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.