Uses of Class
com.epam.fix.model.fix50.block.PegInstructionsBlock
Packages that use PegInstructionsBlock
-
Uses of PegInstructionsBlock in com.epam.fix.model.fix50.message
Methods in com.epam.fix.model.fix50.message that return PegInstructionsBlockModifier and TypeMethodDescriptionCrossOrderCancelReplaceRequest.getPegInstructions()
ExecutionReport.getPegInstructions()
MultilegOrderCancelReplaceRequest.getPegInstructions()
NewOrderCross.getPegInstructions()
NewOrderList.OrdersGroup.getPegInstructions()
NewOrderMultileg.getPegInstructions()
NewOrderSingle.getPegInstructions()
OrderCancelReplaceRequest.getPegInstructions()
Methods in com.epam.fix.model.fix50.message with parameters of type PegInstructionsBlockModifier and TypeMethodDescriptionvoid
CrossOrderCancelReplaceRequest.setPegInstructions
(PegInstructionsBlock value) void
ExecutionReport.setPegInstructions
(PegInstructionsBlock value) void
MultilegOrderCancelReplaceRequest.setPegInstructions
(PegInstructionsBlock value) void
NewOrderCross.setPegInstructions
(PegInstructionsBlock value) void
NewOrderList.OrdersGroup.setPegInstructions
(PegInstructionsBlock value) void
NewOrderMultileg.setPegInstructions
(PegInstructionsBlock value) void
NewOrderSingle.setPegInstructions
(PegInstructionsBlock value) void
OrderCancelReplaceRequest.setPegInstructions
(PegInstructionsBlock value)