|
@@ -20,6 +20,11 @@ public class IndexesTradeDate {
|
|
|
private String yearWeek;
|
|
|
|
|
|
/**
|
|
|
+ * 全年的第几周
|
|
|
+ */
|
|
|
+ private Integer weekOfYear;
|
|
|
+
|
|
|
+ /**
|
|
|
* 星期,周一为1
|
|
|
*/
|
|
|
private Integer dayOfWeek;
|
|
@@ -33,4 +38,14 @@ public class IndexesTradeDate {
|
|
|
* 年月
|
|
|
*/
|
|
|
private String yearmonth;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 是否周最后交易日:1-是,2-否
|
|
|
+ */
|
|
|
+ private Integer isWeekend;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 是否月最后交易日:1-是,2-否
|
|
|
+ */
|
|
|
+ private Integer isMonthend;
|
|
|
}
|