public class YieldDataBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
YieldDataBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getYield() |
String |
getYieldType() |
void |
setYield(Double value) |
void |
setYieldType(String value) |
void |
toFIX(FIXFieldList l) |
public String getYieldType()
public void setYieldType(String value)
public Double getYield()
public void setYield(Double 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.