namespace YLErp.Modules.PricingModule { /// /// 定价计算参数 /// public class OptionCalcParams : OptionCalcParamsBase { public double? BidVol { get; set; } public double? AskVol { get; set; } /// /// 报价方式 /// public string QuotationType { get; set; } } }