This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Replies: 1 comment
|
This is a bit of a late answer, but the data from the subscriptions is actually from a third party called dxFeed. This library just passes that data through, so you may need to look into their protocol docs and data model to learn more. You might also be able to ask someone directly at their github page (https://github.com/dxFeed) though at present, this library doesn't directly use theirs. As for the questions, I can take a stab based on reading that doc...
|
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.
First off, I just want to say "great job!" to anyone who has contributed to this SDK. I've been playing around with it for about an hour and have found it very user friendly and easy to pick up. I do have a few questions about
Subscriptions:Quotedoes not have atimeattribute like the other subscription types? I would think that knowing the time of the quote would be important.priceattribute onGreeks? Is this the "last" price (presumably, at thetimeof theGreek)?Subscription? In my messing around with it, I found that I've been limited to 200 symbols, but I'm not sure if/why this limit exists.Thanks!
All reactions