Replies: 3 comments
|
No. I can understand why it would be helpful to have a "half quote" sometimes but I don't think it's worth adding the complexity and possibility of errors to the average case where users expect a quote to contain, well, a quote. |
0 replies
|
Okay, thanks |
0 replies
|
My first comment was incorrect, apologies. The bid/ask sizes are missing. Moving to issue #322, as this seems not to be the intent of the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is there any way to get quotes for symbols (options specifically) with missing bid/ask price? I've noticed that my quotes dictionary (as in the code snippet) is not filling up anymore in v12 because some of the options are far out of the money and thus do not have a bid price. This makes the validation in
Event.from_stream()fail and the event gets discarded, which did not happen in v11. Is there a way to get those quotes?All reactions