Class NestedInstrumentAttributeBlock
java.lang.Object
com.epam.fix.model.fix50sp2.block.NestedInstrumentAttributeBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NestedInstrumentAttributeBlock
public NestedInstrumentAttributeBlock()
-
-
Method Details
-
getNoNestedInstrAttrib
public int getNoNestedInstrAttrib() -
setNoNestedInstrAttrib
public void setNoNestedInstrAttrib(int value) -
getNestedInstrAttribGroup
public Collection<NestedInstrumentAttributeBlock.NestedInstrAttribGroup> getNestedInstrAttribGroup() -
setNestedInstrAttribGroup
public void setNestedInstrAttribGroup(Collection<NestedInstrumentAttributeBlock.NestedInstrAttribGroup> value) -
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-