Uses of Class
com.epam.fix.model.fix50sp2.block.RateSourceBlock
Packages that use RateSourceBlock
-
Uses of RateSourceBlock in com.epam.fix.model.fix50sp2.block
Methods in com.epam.fix.model.fix50sp2.block that return RateSourceBlockModifier and TypeMethodDescriptionMDFullGrpBlock.MDEntriesGroup.getRateSource()
MDIncGrpBlock.MDEntriesGroup.getRateSource()
QuotReqGrpBlock.RelatedSymGroup.getRateSource()
Methods in com.epam.fix.model.fix50sp2.block with parameters of type RateSourceBlockModifier and TypeMethodDescriptionvoid
MDFullGrpBlock.MDEntriesGroup.setRateSource
(RateSourceBlock value) void
MDIncGrpBlock.MDEntriesGroup.setRateSource
(RateSourceBlock value) void
QuotReqGrpBlock.RelatedSymGroup.setRateSource
(RateSourceBlock value) -
Uses of RateSourceBlock in com.epam.fix.model.fix50sp2.message
Methods in com.epam.fix.model.fix50sp2.message that return RateSourceBlockModifier and TypeMethodDescriptionAllocationInstruction.getRateSource()
AllocationReport.getRateSource()
ExecutionReport.getRateSource()
Quote.getRateSource()
Methods in com.epam.fix.model.fix50sp2.message with parameters of type RateSourceBlockModifier and TypeMethodDescriptionvoid
AllocationInstruction.setRateSource
(RateSourceBlock value) void
AllocationReport.setRateSource
(RateSourceBlock value) void
ExecutionReport.setRateSource
(RateSourceBlock value) void
Quote.setRateSource
(RateSourceBlock value)