17 lines
460 B
C#
17 lines
460 B
C#
namespace YLErp.Web.Models
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class EodPriceViewModel
|
|
{
|
|
public string UnderlyingInstrumentType { get; set; }
|
|
|
|
public eod_stock_price eod_Stock_Price { get; set; }
|
|
|
|
public eod_commodity_future_price eod_commodity_future_price { get; set; }
|
|
|
|
public ChinaBondValuation ChinaBondValuation { get; set; }
|
|
public underlying_manager underlying { get; set; }
|
|
}
|
|
} |