Uses of Enum
cdm.product.template.MarginTypeEnum
Packages that use MarginTypeEnum
-
Uses of MarginTypeEnum in cdm.product.template
Fields in cdm.product.template declared as MarginTypeEnumModifier and TypeFieldDescriptionprotected MarginTypeEnumInitialMargin.InitialMarginBuilderImpl.marginTypeMethods in cdm.product.template that return MarginTypeEnumModifier and TypeMethodDescriptionstatic MarginTypeEnumMarginTypeEnum.fromDisplayName(String name) InitialMargin.getMarginType()An element defining the type of assets (cash or securities) specified to apply as margin to the repo transaction.InitialMargin.InitialMarginBuilderImpl.getMarginType()InitialMargin.InitialMarginImpl.getMarginType()static MarginTypeEnumReturns the enum constant of this type with the specified name.static MarginTypeEnum[]MarginTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.template with parameters of type MarginTypeEnumModifier and TypeMethodDescriptionInitialMargin.InitialMarginBuilder.setMarginType(MarginTypeEnum marginType) InitialMargin.InitialMarginBuilderImpl.setMarginType(MarginTypeEnum _marginType)