public class DisplayInstructionBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
DisplayInstructionBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getDisplayHighQty() |
Double |
getDisplayLowQty() |
Character |
getDisplayMethod() |
Double |
getDisplayQty() |
Double |
getRefreshQty() |
void |
setDisplayHighQty(Double value) |
void |
setDisplayLowQty(Double value) |
void |
setDisplayMethod(Character value) |
void |
setDisplayQty(Double value) |
void |
setRefreshQty(Double value) |
void |
toFIX(FIXFieldList l) |
public Double getDisplayQty()
public void setDisplayQty(Double value)
public Character getDisplayMethod()
public void setDisplayMethod(Character value)
public Double getDisplayLowQty()
public void setDisplayLowQty(Double value)
public Double getDisplayHighQty()
public void setDisplayHighQty(Double value)
public Double getRefreshQty()
public void setRefreshQty(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.