@rivascva/dt-idl 1.1.190 → 1.1.191
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/go/models/constants.go +1 -1
- package/package.json +1 -1
package/go/models/constants.go
CHANGED
|
@@ -37,7 +37,7 @@ const (
|
|
|
37
37
|
// Based on the timezone specified in MarketTimezone.
|
|
38
38
|
MarketCloseTime = "16:00"
|
|
39
39
|
// MarketCloseGracePeriod is a grace period added after the official close time to allow in-flight operations to finish.
|
|
40
|
-
MarketCloseGracePeriod =
|
|
40
|
+
MarketCloseGracePeriod = 2 * time.Minute
|
|
41
41
|
)
|
|
42
42
|
|
|
43
43
|
var (
|