public class LegStipulationsBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
LegStipulationsBlock.LegStipulationsGroup |
Constructor and Description |
---|
LegStipulationsBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<LegStipulationsBlock.LegStipulationsGroup> |
getLegStipulationsGroup() |
int |
getNoLegStipulations() |
void |
setLegStipulationsGroup(Collection<LegStipulationsBlock.LegStipulationsGroup> value) |
void |
setNoLegStipulations(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoLegStipulations()
public void setNoLegStipulations(int value)
public Collection<LegStipulationsBlock.LegStipulationsGroup> getLegStipulationsGroup()
public void setLegStipulationsGroup(Collection<LegStipulationsBlock.LegStipulationsGroup> 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.