Uses of Class
com.epam.fix.model.fix50sp2.block.UnderlyingInstrumentBlock
Packages that use UnderlyingInstrumentBlock
-
Uses of UnderlyingInstrumentBlock in com.epam.fix.model.fix50sp2.block
Methods in com.epam.fix.model.fix50sp2.block that return UnderlyingInstrumentBlockModifier and TypeMethodDescriptionPosUndInstrmtGrpBlock.UnderlyingsGroup.getUnderlyingInstrument()
QuotSetAckGrpBlock.QuoteSetsGroup.getUnderlyingInstrument()
QuotSetGrpBlock.QuoteSetsGroup.getUnderlyingInstrument()
UndInstrmtCollGrpBlock.UnderlyingsGroup.getUnderlyingInstrument()
Methods in com.epam.fix.model.fix50sp2.block that return types with arguments of type UnderlyingInstrumentBlockMethods in com.epam.fix.model.fix50sp2.block with parameters of type UnderlyingInstrumentBlockModifier and TypeMethodDescriptionvoid
PosUndInstrmtGrpBlock.UnderlyingsGroup.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
QuotSetAckGrpBlock.QuoteSetsGroup.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
QuotSetGrpBlock.QuoteSetsGroup.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
UndInstrmtCollGrpBlock.UnderlyingsGroup.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) Method parameters in com.epam.fix.model.fix50sp2.block with type arguments of type UnderlyingInstrumentBlockModifier and TypeMethodDescriptionvoid
UndInstrmtGrpBlock.setUnderlyingsGroup
(Collection<UnderlyingInstrumentBlock> value) -
Uses of UnderlyingInstrumentBlock in com.epam.fix.model.fix50sp2.message
Methods in com.epam.fix.model.fix50sp2.message that return UnderlyingInstrumentBlockModifier and TypeMethodDescriptionDerivativeSecurityList.getUnderlyingInstrument()
DerivativeSecurityListRequest.getUnderlyingInstrument()
DerivativeSecurityListUpdateReport.getUnderlyingInstrument()
OrderMassActionReport.getUnderlyingInstrument()
OrderMassActionRequest.getUnderlyingInstrument()
OrderMassCancelReport.getUnderlyingInstrument()
OrderMassCancelRequest.getUnderlyingInstrument()
OrderMassStatusRequest.getUnderlyingInstrument()
Methods in com.epam.fix.model.fix50sp2.message with parameters of type UnderlyingInstrumentBlockModifier and TypeMethodDescriptionvoid
DerivativeSecurityList.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
DerivativeSecurityListRequest.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
DerivativeSecurityListUpdateReport.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
OrderMassActionReport.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
OrderMassActionRequest.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
OrderMassCancelReport.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
OrderMassCancelRequest.setUnderlyingInstrument
(UnderlyingInstrumentBlock value) void
OrderMassStatusRequest.setUnderlyingInstrument
(UnderlyingInstrumentBlock value)