public class DerivativeSecurityDefinitionBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
DerivativeSecurityDefinitionBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
DerivativeInstrumentBlock |
getDerivativeInstrument() |
DerivativeInstrumentAttributeBlock |
getDerivativeInstrumentAttribute() |
MarketSegmentGrpBlock |
getMarketSegmentGrp() |
void |
setDerivativeInstrument(DerivativeInstrumentBlock value) |
void |
setDerivativeInstrumentAttribute(DerivativeInstrumentAttributeBlock value) |
void |
setMarketSegmentGrp(MarketSegmentGrpBlock value) |
void |
toFIX(FIXFieldList l) |
public DerivativeInstrumentBlock getDerivativeInstrument()
public void setDerivativeInstrument(DerivativeInstrumentBlock value)
public DerivativeInstrumentAttributeBlock getDerivativeInstrumentAttribute()
public void setDerivativeInstrumentAttribute(DerivativeInstrumentAttributeBlock value)
public MarketSegmentGrpBlock getMarketSegmentGrp()
public void setMarketSegmentGrp(MarketSegmentGrpBlock 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.