File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const marketStatusEndpointInputParametersDefinition = {
1414 type : {
1515 type : 'string' ,
1616 description : 'Type of the market status' ,
17- options : [ 'regular' , '245 ' ] ,
17+ options : [ 'regular' , '24/5 ' ] ,
1818 default : 'regular' ,
1919 } ,
2020} as const
@@ -25,8 +25,7 @@ export enum MarketStatus {
2525 OPEN = 2 ,
2626}
2727
28- // 24/5
29- export enum TwoFourFiveMarketStatus {
28+ export enum TwentyfourFiveMarketStatus {
3029 UNKNOWN = 0 ,
3130 PRE_MARKET = 11 ,
3231 REGULAR = 12 ,
@@ -35,7 +34,7 @@ export enum TwoFourFiveMarketStatus {
3534 WEEKEND = 15 ,
3635}
3736
38- type AggregatedMarketStatus = MarketStatus | TwoFourFiveMarketStatus
37+ type AggregatedMarketStatus = MarketStatus | TwentyfourFiveMarketStatus
3938
4039export type MarketStatusResultResponse = {
4140 Result : AggregatedMarketStatus
You can’t perform that action at this time.
0 commit comments