public class PositionReport.UnderlyingsGroup extends Object
Constructor and Description |
---|
UnderlyingsGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
UnderlyingAmountBlock |
getUnderlyingAmount() |
Double |
getUnderlyingDeliveryAmount() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
Double |
getUnderlyingSettlPrice() |
Long |
getUnderlyingSettlPriceType() |
void |
setUnderlyingAmount(UnderlyingAmountBlock value) |
void |
setUnderlyingDeliveryAmount(Double value) |
void |
setUnderlyingInstrument(UnderlyingInstrumentBlock value) |
void |
setUnderlyingSettlPrice(Double value) |
void |
setUnderlyingSettlPriceType(Long value) |
void |
toFIX(FIXFieldList l) |
public UnderlyingInstrumentBlock getUnderlyingInstrument()
public void setUnderlyingInstrument(UnderlyingInstrumentBlock value)
public Double getUnderlyingSettlPrice()
public void setUnderlyingSettlPrice(Double value)
public Long getUnderlyingSettlPriceType()
public void setUnderlyingSettlPriceType(Long value)
public Double getUnderlyingDeliveryAmount()
public void setUnderlyingDeliveryAmount(Double value)
public UnderlyingAmountBlock getUnderlyingAmount()
public void setUnderlyingAmount(UnderlyingAmountBlock value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.