public class RootPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
RootPartiesBlock.RootPartyIDsGroup |
Constructor and Description |
---|
RootPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoRootPartyIDs() |
Collection<RootPartiesBlock.RootPartyIDsGroup> |
getRootPartyIDsGroup() |
void |
setNoRootPartyIDs(int value) |
void |
setRootPartyIDsGroup(Collection<RootPartiesBlock.RootPartyIDsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoRootPartyIDs()
public void setNoRootPartyIDs(int value)
public Collection<RootPartiesBlock.RootPartyIDsGroup> getRootPartyIDsGroup()
public void setRootPartyIDsGroup(Collection<RootPartiesBlock.RootPartyIDsGroup> 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.