Class UnderlyingAmountBlock
java.lang.Object
com.epam.fix.model.fix50sp2.block.UnderlyingAmountBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnderlyingAmountBlock
public UnderlyingAmountBlock()
-
-
Method Details
-
getNoUnderlyingAmounts
public int getNoUnderlyingAmounts() -
setNoUnderlyingAmounts
public void setNoUnderlyingAmounts(int value) -
getUnderlyingAmountsGroup
-
setUnderlyingAmountsGroup
public void setUnderlyingAmountsGroup(Collection<UnderlyingAmountBlock.UnderlyingAmountsGroup> value) -
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-