public class TargetPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
TargetPartiesBlock.TargetPartyIDsGroup |
Constructor and Description |
---|
TargetPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
int |
getNoTargetPartyIDs() |
Collection<TargetPartiesBlock.TargetPartyIDsGroup> |
getTargetPartyIDsGroup() |
void |
setNoTargetPartyIDs(int value) |
void |
setTargetPartyIDsGroup(Collection<TargetPartiesBlock.TargetPartyIDsGroup> value) |
void |
toFIX(FIXFieldList l) |
public int getNoTargetPartyIDs()
public void setNoTargetPartyIDs(int value)
public Collection<TargetPartiesBlock.TargetPartyIDsGroup> getTargetPartyIDsGroup()
public void setTargetPartyIDsGroup(Collection<TargetPartiesBlock.TargetPartyIDsGroup> 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.