Skip to content

Commit 73fee34

Browse files
authored
Add force245MarketStatus (#743)
1 parent 8635c16 commit 73fee34

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/adapter/market-status.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export const marketStatusEndpointInputParametersDefinition = {
2525
description:
2626
'DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone',
2727
},
28+
force245MarketStatus: {
29+
type: 'boolean',
30+
description: 'Return response in 24/5 market status',
31+
default: false,
32+
},
2833
} as const
2934

3035
export enum MarketStatus {

0 commit comments

Comments
 (0)