private void Parse(PhysicalOrderRelationConstructParams constructParams) { _physicalValueMatureDay = this.CreateSoundItem(OrderRelationBusinessItemNames.PhysicalValueMatureDate, constructParams.PhysicalValueMatureDay); _overdueCutPenalty = this.CreateSoundItem("OverdueCutPenalty", constructParams.OverdueCutPenalty); _closePenalty = this.CreateSoundItem("ClosePenalty", constructParams.ClosePenalty); _payBackPledge = this.CreateSoundItem("PayBackPledge", constructParams.PayBackPledge); _closedPhysicalValue = this.CreateSoundItem("ClosedPhysicalValue", constructParams.ClosedPhysicalValue); _physicalValue = this.CreateSoundItem("physicalValue", constructParams.PhysicalValue); }
internal PhysicalOrderRelationSettings(PhysicalOrderRelation owner, PhysicalOrderRelationConstructParams constructParams) : base(owner) { this.Parse(constructParams); }