public class InstrumentPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
InstrumentPartiesBlock.InstrumentPartiesGroup |
Constructor and Description |
---|
InstrumentPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<InstrumentPartiesBlock.InstrumentPartiesGroup> |
getInstrumentPartiesGroup() |
int |
getNoInstrumentParties() |
void |
setInstrumentPartiesGroup(Collection<InstrumentPartiesBlock.InstrumentPartiesGroup> value) |
void |
setNoInstrumentParties(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoInstrumentParties()
public void setNoInstrumentParties(int value)
public Collection<InstrumentPartiesBlock.InstrumentPartiesGroup> getInstrumentPartiesGroup()
public void setInstrumentPartiesGroup(Collection<InstrumentPartiesBlock.InstrumentPartiesGroup> 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.