public class PriceLimitsBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
PriceLimitsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getHighLimitPrice() |
Double |
getLowLimitPrice() |
Long |
getPriceLimitType() |
Double |
getTradingReferencePrice() |
void |
setHighLimitPrice(Double value) |
void |
setLowLimitPrice(Double value) |
void |
setPriceLimitType(Long value) |
void |
setTradingReferencePrice(Double value) |
void |
toFIX(FIXFieldList l) |
public Long getPriceLimitType()
public void setPriceLimitType(Long value)
public Double getLowLimitPrice()
public void setLowLimitPrice(Double value)
public Double getHighLimitPrice()
public void setHighLimitPrice(Double value)
public Double getTradingReferencePrice()
public void setTradingReferencePrice(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.