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...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Subscription
s:Quote
does not have atime
attribute like the other subscription types? I would think that knowing the time of the quote would be important.price
attribute onGreek
s? Is this the "last" price (presumably, at thetime
of 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!
Beta Was this translation helpful? Give feedback.
All reactions