Uses of Enum
cdm.event.common.RegMarginTypeEnum
Packages that use RegMarginTypeEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of RegMarginTypeEnum in cdm.event.common
Fields in cdm.event.common declared as RegMarginTypeEnumModifier and TypeFieldDescriptionprotected RegMarginTypeEnumMarginCallBase.MarginCallBaseBuilderImpl.regMarginTypeMethods in cdm.event.common that return RegMarginTypeEnumModifier and TypeMethodDescriptionstatic RegMarginTypeEnumRegMarginTypeEnum.fromDisplayName(String name) MarginCallBase.getRegMarginType()Identifies margin type and if related regulatory mandateMarginCallBase.MarginCallBaseBuilderImpl.getRegMarginType()MarginCallBase.MarginCallBaseImpl.getRegMarginType()static RegMarginTypeEnumReturns the enum constant of this type with the specified name.static RegMarginTypeEnum[]RegMarginTypeEnum.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 RegMarginTypeEnumModifier and TypeMethodDescriptionMarginCallBase.MarginCallBaseBuilder.setRegMarginType(RegMarginTypeEnum regMarginType) MarginCallBase.MarginCallBaseBuilderImpl.setRegMarginType(RegMarginTypeEnum _regMarginType) MarginCallExposure.MarginCallExposureBuilder.setRegMarginType(RegMarginTypeEnum regMarginType) MarginCallExposure.MarginCallExposureBuilderImpl.setRegMarginType(RegMarginTypeEnum _regMarginType) MarginCallIssuance.MarginCallIssuanceBuilder.setRegMarginType(RegMarginTypeEnum regMarginType) MarginCallIssuance.MarginCallIssuanceBuilderImpl.setRegMarginType(RegMarginTypeEnum _regMarginType) MarginCallResponse.MarginCallResponseBuilder.setRegMarginType(RegMarginTypeEnum regMarginType) MarginCallResponse.MarginCallResponseBuilderImpl.setRegMarginType(RegMarginTypeEnum _regMarginType)