示例#1
0
 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);
 }
示例#2
0
 internal PhysicalOrderRelationSettings(PhysicalOrderRelation owner, PhysicalOrderRelationConstructParams constructParams)
     : base(owner)
 {
     this.Parse(constructParams);
 }