Stock_price_history

定义

public class Stock_price_history

描述

股票历史记录表(日表)
使用是需加上命名空间Chinahoo.Model.Db.Quant

参数

参数名 类型 描述
AutoId int ID
Code string 股票代码
Date DateTime? 日期
Open decimal 开盘价
Close decimal 收盘价
High decimal 最高价
Low decimal 最低价
Volume decimal 成交量
Money decimal 成交额
High_limit decimal? 涨停价
Low_limit decimal? 跌停价
Factor decimal? 赋权因子
Paused decimal? 是否停牌
Avg decimal? 均价
Pre_close decimal? 前收盘价
value decimal 收盘价 (同 Close)

返回值

返回值 类型 描述
无返回值

示例

Chinahoo.Model.Db.Quant.Stock_price_history