//using YLErp.DBModels; //namespace YLErp.Modules.CalculationModule.Abstract //{ // /// // /// 期权标的数据提供者 // /// // public interface IUnderlyingRelProvider // { // /// // /// 获取品种信息 // /// // Variety GetVariety(int varietyId); // /// // /// 根据标的ID获取标的 // /// // underlying_manager GetUnderlying(int underlyingId); // /// // /// 根据标的代码获取标的 // /// // underlying_manager GetUnderlying(string underlyingCode); // /// // /// 根据标的代码获取场内期权标的 // /// // ExchangeListOption GetExchange_List_Option(string ContractCode); // /// // /// 获取相关性 // /// // CorrelationTable GetCorrelation(int underlyingId1, int underlyingId2); // } //}