Uses of Class
com.epam.fix.model.fix50sp2.block.SettlInstructionsDataBlock
Packages that use SettlInstructionsDataBlock
-
Uses of SettlInstructionsDataBlock in com.epam.fix.model.fix50sp2.block
Methods in com.epam.fix.model.fix50sp2.block that return SettlInstructionsDataBlockModifier and TypeMethodDescriptionAllocGrpBlock.AllocsGroup.getSettlInstructionsData()
SettlInstGrpBlock.SettlInstGroup.getSettlInstructionsData()
Methods in com.epam.fix.model.fix50sp2.block with parameters of type SettlInstructionsDataBlockModifier and TypeMethodDescriptionvoid
AllocGrpBlock.AllocsGroup.setSettlInstructionsData
(SettlInstructionsDataBlock value) void
SettlInstGrpBlock.SettlInstGroup.setSettlInstructionsData
(SettlInstructionsDataBlock value) -
Uses of SettlInstructionsDataBlock in com.epam.fix.model.fix50sp2.message
Methods in com.epam.fix.model.fix50sp2.message that return SettlInstructionsDataBlockModifier and TypeMethodDescriptionCollateralAssignment.getSettlInstructionsData()
CollateralInquiry.getSettlInstructionsData()
CollateralReport.getSettlInstructionsData()
Confirmation.getSettlInstructionsData()
Methods in com.epam.fix.model.fix50sp2.message with parameters of type SettlInstructionsDataBlockModifier and TypeMethodDescriptionvoid
CollateralAssignment.setSettlInstructionsData
(SettlInstructionsDataBlock value) void
CollateralInquiry.setSettlInstructionsData
(SettlInstructionsDataBlock value) void
CollateralReport.setSettlInstructionsData
(SettlInstructionsDataBlock value) void
Confirmation.setSettlInstructionsData
(SettlInstructionsDataBlock value)