Ejemplo n.º 1
0
 /// <summary>Represents the base constructor used by derived classes.</summary>
 /// <param name="parameter">The <see cref="T:System.Decimal"/> representing the parameter of the entity.</param>
 /// <param name="regulationsInfo">The <see cref="T:InitialMargin.Core.RegulationsInfo"/> defining collect and post regulations of the entity.</param>
 protected DataParameter(Decimal parameter, RegulationsInfo regulationsInfo) : base(regulationsInfo)
 {
     m_Parameter = parameter;
 }
Ejemplo n.º 2
0
 /// <summary>Represents the base constructor used by derived classes.</summary>
 /// <param name="regulationsInfo">The <see cref="T:InitialMargin.Core.RegulationsInfo"/> defining collect and post regulations of the entity.</param>
 protected DataEntity(RegulationsInfo regulationsInfo)
 {
     m_RegulationsInfo = regulationsInfo;
 }