Uses of Enum
cdm.event.common.MarginCallResponseTypeEnum
Packages that use MarginCallResponseTypeEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of MarginCallResponseTypeEnum in cdm.event.common
Fields in cdm.event.common declared as MarginCallResponseTypeEnumModifier and TypeFieldDescriptionprotected MarginCallResponseTypeEnumMarginCallResponse.MarginCallResponseBuilderImpl.marginResponseTypeMethods in cdm.event.common that return MarginCallResponseTypeEnumModifier and TypeMethodDescriptionstatic MarginCallResponseTypeEnumMarginCallResponseTypeEnum.fromDisplayName(String name) MarginCallResponse.getMarginResponseType()Indicates the response type, such as, is the margin call response a 'full' 'part' agreement or 'dispute'.MarginCallResponse.MarginCallResponseBuilderImpl.getMarginResponseType()MarginCallResponse.MarginCallResponseImpl.getMarginResponseType()static MarginCallResponseTypeEnumReturns the enum constant of this type with the specified name.static MarginCallResponseTypeEnum[]MarginCallResponseTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.common with parameters of type MarginCallResponseTypeEnumModifier and TypeMethodDescriptionMarginCallResponse.MarginCallResponseBuilder.setMarginResponseType(MarginCallResponseTypeEnum marginResponseType) MarginCallResponse.MarginCallResponseBuilderImpl.setMarginResponseType(MarginCallResponseTypeEnum _marginResponseType)