public class SecurityTradingRulesBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
SecurityTradingRulesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
BaseTradingRulesBlock |
getBaseTradingRules() |
NestedInstrumentAttributeBlock |
getNestedInstrumentAttribute() |
TradingSessionRulesGrpBlock |
getTradingSessionRulesGrp() |
void |
setBaseTradingRules(BaseTradingRulesBlock value) |
void |
setNestedInstrumentAttribute(NestedInstrumentAttributeBlock value) |
void |
setTradingSessionRulesGrp(TradingSessionRulesGrpBlock value) |
void |
toFIX(FIXFieldList l) |
public BaseTradingRulesBlock getBaseTradingRules()
public void setBaseTradingRules(BaseTradingRulesBlock value)
public TradingSessionRulesGrpBlock getTradingSessionRulesGrp()
public void setTradingSessionRulesGrp(TradingSessionRulesGrpBlock value)
public NestedInstrumentAttributeBlock getNestedInstrumentAttribute()
public void setNestedInstrumentAttribute(NestedInstrumentAttributeBlock 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.