public class SettlPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
SettlPartiesBlock.SettlPartyIDsGroup |
Constructor and Description |
---|
SettlPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoSettlPartyIDs() |
Collection<SettlPartiesBlock.SettlPartyIDsGroup> |
getSettlPartyIDsGroup() |
void |
setNoSettlPartyIDs(int value) |
void |
setSettlPartyIDsGroup(Collection<SettlPartiesBlock.SettlPartyIDsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoSettlPartyIDs()
public void setNoSettlPartyIDs(int value)
public Collection<SettlPartiesBlock.SettlPartyIDsGroup> getSettlPartyIDsGroup()
public void setSettlPartyIDsGroup(Collection<SettlPartiesBlock.SettlPartyIDsGroup> 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.