public class DiscretionInstructionsBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
DiscretionInstructionsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Character |
getDiscretionInst() |
Long |
getDiscretionLimitType() |
Long |
getDiscretionMoveType() |
Long |
getDiscretionOffsetType() |
Double |
getDiscretionOffsetValue() |
Long |
getDiscretionRoundDirection() |
Long |
getDiscretionScope() |
void |
setDiscretionInst(Character value) |
void |
setDiscretionLimitType(Long value) |
void |
setDiscretionMoveType(Long value) |
void |
setDiscretionOffsetType(Long value) |
void |
setDiscretionOffsetValue(Double value) |
void |
setDiscretionRoundDirection(Long value) |
void |
setDiscretionScope(Long value) |
void |
toFIX(FIXFieldList l) |
public Character getDiscretionInst()
public void setDiscretionInst(Character value)
public Double getDiscretionOffsetValue()
public void setDiscretionOffsetValue(Double value)
public Long getDiscretionMoveType()
public void setDiscretionMoveType(Long value)
public Long getDiscretionOffsetType()
public void setDiscretionOffsetType(Long value)
public Long getDiscretionLimitType()
public void setDiscretionLimitType(Long value)
public Long getDiscretionRoundDirection()
public void setDiscretionRoundDirection(Long value)
public Long getDiscretionScope()
public void setDiscretionScope(Long 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.