public class RootSubPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
RootSubPartiesBlock.RootPartySubIDsGroup |
Constructor and Description |
---|
RootSubPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoRootPartySubIDs() |
Collection<RootSubPartiesBlock.RootPartySubIDsGroup> |
getRootPartySubIDsGroup() |
void |
setNoRootPartySubIDs(int value) |
void |
setRootPartySubIDsGroup(Collection<RootSubPartiesBlock.RootPartySubIDsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoRootPartySubIDs()
public void setNoRootPartySubIDs(int value)
public Collection<RootSubPartiesBlock.RootPartySubIDsGroup> getRootPartySubIDsGroup()
public void setRootPartySubIDsGroup(Collection<RootSubPartiesBlock.RootPartySubIDsGroup> 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.