public class UnderlyingStipulationsBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
UnderlyingStipulationsBlock.UnderlyingStipsGroup |
Constructor and Description |
---|
UnderlyingStipulationsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoUnderlyingStips() |
Collection<UnderlyingStipulationsBlock.UnderlyingStipsGroup> |
getUnderlyingStipsGroup() |
void |
setNoUnderlyingStips(int value) |
void |
setUnderlyingStipsGroup(Collection<UnderlyingStipulationsBlock.UnderlyingStipsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoUnderlyingStips()
public void setNoUnderlyingStips(int value)
public Collection<UnderlyingStipulationsBlock.UnderlyingStipsGroup> getUnderlyingStipsGroup()
public void setUnderlyingStipsGroup(Collection<UnderlyingStipulationsBlock.UnderlyingStipsGroup> 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.