Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Agrim/DPROD-4055/fix: trading hours aus 200 (#7670)
Browse files Browse the repository at this point in the history
* fix: trading hours

* fix: checking for messages.json

* fix: checking for messages.json

* fix: empty commit

* fix: empty commit

---------

Co-authored-by: Agrim Jain <[email protected]>
  • Loading branch information
agrim-deriv and Agrim Jain authored May 14, 2024
1 parent e4db8e6 commit b19861b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const stocks_specification: TSpecification = {
swap_long: -196.3,
swap_short: -4.5,
trading_hours:
'Sun 22:50-24:00 GMT\nMon-Thur 00:00-05:30, 06:10-20:00 22:50-24:00 GMT\nFri 00:00-05:30, 06:10-20:00 GMT',
'Sun 23:50-24:00 GMT\nMon-Thur 00:00-06:30, 07:10-20:00 23:50-24:00 GMT\nFri 00:00-06:30, 07:10-21:00 GMT',
},
{
instrument: {
Expand Down Expand Up @@ -1446,7 +1446,7 @@ const stocks_specification: TSpecification = {
swap_long: -196.3,
swap_short: -4.5,
trading_hours:
'Sun 22:50-24:00 GMT\nMon-Thur 00:00-05:30, 06:10-20:00 22:50-24:00 GMT\nFri 00:00-05:30, 06:10-20:00 GMT',
'Sun 23:50-24:00 GMT\nMon-Thur 00:00-06:30, 07:10-20:00 23:50-24:00 GMT\nFri 00:00-06:30, 07:10-21:00 GMT',
},
{
instrument: {
Expand Down

0 comments on commit b19861b

Please sign in to comment.