public class DerivativeInstrumentPartiesBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
DerivativeInstrumentPartiesBlock.DerivativeInstrumentPartiesGroup |
Constructor and Description |
---|
DerivativeInstrumentPartiesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<DerivativeInstrumentPartiesBlock.DerivativeInstrumentPartiesGroup> |
getDerivativeInstrumentPartiesGroup() |
int |
getNoDerivativeInstrumentParties() |
void |
setDerivativeInstrumentPartiesGroup(Collection<DerivativeInstrumentPartiesBlock.DerivativeInstrumentPartiesGroup> value) |
void |
setNoDerivativeInstrumentParties(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoDerivativeInstrumentParties()
public void setNoDerivativeInstrumentParties(int value)
public Collection<DerivativeInstrumentPartiesBlock.DerivativeInstrumentPartiesGroup> getDerivativeInstrumentPartiesGroup()
public void setDerivativeInstrumentPartiesGroup(Collection<DerivativeInstrumentPartiesBlock.DerivativeInstrumentPartiesGroup> 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.