Uses of Class
org.isda.cdm.MarginTypeEnum
-
Packages that use MarginTypeEnum Package Description org.isda.cdm -
-
Uses of MarginTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as MarginTypeEnum Modifier and Type Field Description protected MarginTypeEnum
InitialMargin.InitialMarginBuilder. marginType
Methods in org.isda.cdm that return MarginTypeEnum Modifier and Type Method Description MarginTypeEnum
InitialMargin. getMarginType()
An element defining the type of assets (cash or securities) specified to apply as margin to the repo transaction.MarginTypeEnum
InitialMargin.InitialMarginBuilder. getMarginType()
static MarginTypeEnum
MarginTypeEnum. valueOf(java.lang.String name)
Returns 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 org.isda.cdm with parameters of type MarginTypeEnum Modifier and Type Method Description InitialMargin.InitialMarginBuilder
InitialMargin.InitialMarginBuilder. setMarginType(MarginTypeEnum marginType)
-