public class NestedParties2Block extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
NestedParties2Block.Nested2PartyIDsGroup |
Constructor and Description |
---|
NestedParties2Block() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<NestedParties2Block.Nested2PartyIDsGroup> |
getNested2PartyIDsGroup() |
int |
getNoNested2PartyIDs() |
void |
setNested2PartyIDsGroup(Collection<NestedParties2Block.Nested2PartyIDsGroup> value) |
void |
setNoNested2PartyIDs(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoNested2PartyIDs()
public void setNoNested2PartyIDs(int value)
public Collection<NestedParties2Block.Nested2PartyIDsGroup> getNested2PartyIDsGroup()
public void setNested2PartyIDsGroup(Collection<NestedParties2Block.Nested2PartyIDsGroup> 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.