Skip to content

Commit e012130

Browse files
authored
update ws spec (#239)
1 parent 46f1782 commit e012130

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.polygon/websocket.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@
423423
"e": {
424424
"type": "integer",
425425
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
426+
},
427+
"otc": {
428+
"type": "boolean",
429+
"description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
426430
}
427431
}
428432
},
@@ -566,6 +570,10 @@
566570
"e": {
567571
"type": "integer",
568572
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
573+
},
574+
"otc": {
575+
"type": "boolean",
576+
"description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
569577
}
570578
}
571579
},
@@ -2348,6 +2356,10 @@
23482356
"e": {
23492357
"type": "integer",
23502358
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
2359+
},
2360+
"otc": {
2361+
"type": "boolean",
2362+
"description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
23512363
}
23522364
}
23532365
},
@@ -2417,6 +2429,10 @@
24172429
"e": {
24182430
"type": "integer",
24192431
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
2432+
},
2433+
"otc": {
2434+
"type": "boolean",
2435+
"description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
24202436
}
24212437
}
24222438
},
@@ -2498,6 +2514,10 @@
24982514
"e": {
24992515
"type": "integer",
25002516
"description": "The timestamp of the ending tick for this aggregate window in Unix Milliseconds."
2517+
},
2518+
"otc": {
2519+
"type": "boolean",
2520+
"description": "Whether or not this aggregate is for an OTC ticker. This field will be left off if false."
25012521
}
25022522
}
25032523
},

0 commit comments

Comments
 (0)