public class NestedInstrumentAttributeBlock extends Object implements com.epam.fix.model.Block
Modifier and Type | Class and Description |
---|---|
class |
NestedInstrumentAttributeBlock.NestedInstrAttribGroup |
Constructor and Description |
---|
NestedInstrumentAttributeBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<NestedInstrumentAttributeBlock.NestedInstrAttribGroup> |
getNestedInstrAttribGroup() |
int |
getNoNestedInstrAttrib() |
void |
setNestedInstrAttribGroup(Collection<NestedInstrumentAttributeBlock.NestedInstrAttribGroup> value) |
void |
setNoNestedInstrAttrib(int value) |
void |
toFIX(FIXFieldList l) |
public int getNoNestedInstrAttrib()
public void setNoNestedInstrAttrib(int value)
public Collection<NestedInstrumentAttributeBlock.NestedInstrAttribGroup> getNestedInstrAttribGroup()
public void setNestedInstrAttribGroup(Collection<NestedInstrumentAttributeBlock.NestedInstrAttribGroup> 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.