public class SecondaryPriceLimitsBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
SecondaryPriceLimitsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getSecondaryHighLimitPrice() |
Double |
getSecondaryLowLimitPrice() |
Long |
getSecondaryPriceLimitType() |
Double |
getSecondaryTradingReferencePrice() |
void |
setSecondaryHighLimitPrice(Double value) |
void |
setSecondaryLowLimitPrice(Double value) |
void |
setSecondaryPriceLimitType(Long value) |
void |
setSecondaryTradingReferencePrice(Double value) |
void |
toFIX(FIXFieldList l) |
public Long getSecondaryPriceLimitType()
public void setSecondaryPriceLimitType(Long value)
public Double getSecondaryLowLimitPrice()
public void setSecondaryLowLimitPrice(Double value)
public Double getSecondaryHighLimitPrice()
public void setSecondaryHighLimitPrice(Double value)
public Double getSecondaryTradingReferencePrice()
public void setSecondaryTradingReferencePrice(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.