public class StrikeRulesBlock.StrikeRulesGroup extends Object
Constructor and Description |
---|
StrikeRulesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getEndStrikePxRange() |
MaturityRulesBlock |
getMaturityRules() |
Double |
getStartStrikePxRange() |
Long |
getStrikeExerciseStyle() |
Double |
getStrikeIncrement() |
String |
getStrikeRuleID() |
void |
setEndStrikePxRange(Double value) |
void |
setMaturityRules(MaturityRulesBlock value) |
void |
setStartStrikePxRange(Double value) |
void |
setStrikeExerciseStyle(Long value) |
void |
setStrikeIncrement(Double value) |
void |
setStrikeRuleID(String value) |
void |
toFIX(FIXFieldList l) |
public String getStrikeRuleID()
public void setStrikeRuleID(String value)
public Double getStartStrikePxRange()
public void setStartStrikePxRange(Double value)
public Double getEndStrikePxRange()
public void setEndStrikePxRange(Double value)
public Double getStrikeIncrement()
public void setStrikeIncrement(Double value)
public Long getStrikeExerciseStyle()
public void setStrikeExerciseStyle(Long value)
public MaturityRulesBlock getMaturityRules()
public void setMaturityRules(MaturityRulesBlock value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.