Uses of Class
com.epam.fix.model.fix50sp2.block.PegInstructionsBlock
Packages that use PegInstructionsBlock
-
Uses of PegInstructionsBlock in com.epam.fix.model.fix50sp2.block
Methods in com.epam.fix.model.fix50sp2.block that return PegInstructionsBlockMethods in com.epam.fix.model.fix50sp2.block with parameters of type PegInstructionsBlockModifier and TypeMethodDescriptionvoidListOrdGrpBlock.OrdersGroup.setPegInstructions(PegInstructionsBlock value) -
Uses of PegInstructionsBlock in com.epam.fix.model.fix50sp2.message
Methods in com.epam.fix.model.fix50sp2.message that return PegInstructionsBlockModifier and TypeMethodDescriptionCrossOrderCancelReplaceRequest.getPegInstructions()ExecutionReport.getPegInstructions()MultilegOrderCancelReplaceRequest.getPegInstructions()NewOrderCross.getPegInstructions()NewOrderMultileg.getPegInstructions()NewOrderSingle.getPegInstructions()OrderCancelReplaceRequest.getPegInstructions()Methods in com.epam.fix.model.fix50sp2.message with parameters of type PegInstructionsBlockModifier and TypeMethodDescriptionvoidCrossOrderCancelReplaceRequest.setPegInstructions(PegInstructionsBlock value) voidExecutionReport.setPegInstructions(PegInstructionsBlock value) voidMultilegOrderCancelReplaceRequest.setPegInstructions(PegInstructionsBlock value) voidNewOrderCross.setPegInstructions(PegInstructionsBlock value) voidNewOrderMultileg.setPegInstructions(PegInstructionsBlock value) voidNewOrderSingle.setPegInstructions(PegInstructionsBlock value) voidOrderCancelReplaceRequest.setPegInstructions(PegInstructionsBlock value)