Refactor TradingHours struct and validation
Compare changes
+ 5
− 8
@@ -325,8 +325,6 @@ func formatTimestampsWithTimeZoneInSlice(fieldValue reflect.Value, location *tim
@@ -373,14 +371,9 @@ func (day TradingHoursDay) Validate() error {
@@ -409,6 +402,10 @@ func (day TradingHoursDay) Validate() error {
@@ -460,7 +457,7 @@ type TradingHoursDay struct {