public class TradeCapLegUnderlyingsGrpBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
TradeCapLegUnderlyingsGrpBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoOfLegUnderlyings() |
Collection<UnderlyingLegInstrumentBlock> |
getOfLegUnderlyingsGroup() |
void |
setNoOfLegUnderlyings(int value) |
void |
setOfLegUnderlyingsGroup(Collection<UnderlyingLegInstrumentBlock> value) |
void |
toFIX(FIXFieldList l) |
public int getNoOfLegUnderlyings()
public void setNoOfLegUnderlyings(int value)
public Collection<UnderlyingLegInstrumentBlock> getOfLegUnderlyingsGroup()
public void setOfLegUnderlyingsGroup(Collection<UnderlyingLegInstrumentBlock> 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.