public class SecurityDefinitionUpdateReport.MarketSegmentsGroup.StrikeRulesGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
SecurityDefinitionUpdateReport.MarketSegmentsGroup.StrikeRulesGroup.MaturityRulesGroup |
Constructor and Description |
---|
StrikeRulesGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Double |
getEndStrikePxRange() |
Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup.StrikeRulesGroup.MaturityRulesGroup> |
getMaturityRulesGroup() |
int |
getNoMaturityRules() |
Double |
getStartStrikePxRange() |
Long |
getStrikeExerciseStyle() |
Double |
getStrikeIncrement() |
String |
getStrikeRuleID() |
void |
setEndStrikePxRange(Double value) |
void |
setMaturityRulesGroup(Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup.StrikeRulesGroup.MaturityRulesGroup> value) |
void |
setNoMaturityRules(int 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 int getNoMaturityRules()
public void setNoMaturityRules(int value)
public Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup.StrikeRulesGroup.MaturityRulesGroup> getMaturityRulesGroup()
public void setMaturityRulesGroup(Collection<SecurityDefinitionUpdateReport.MarketSegmentsGroup.StrikeRulesGroup.MaturityRulesGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.