This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
-
Hey I have this code streamer.on('authenticated', () => {
streamer.subsTimesaleOptions('.SPY210730C440', ['symbol', 'tradeTime', 'lastPrice', 'lastSize', 'lastSequence']);
});
streamer.on('timesale', (data) => {
console.log(data);
}); But nothing prints out. How am I supposed to get the options time and sale ? |
Beta Was this translation helpful? Give feedback.
Answered by
NotMoni
Jul 28, 2021
Replies: 1 comment 6 replies
-
Oops, the README.md said, "The data streamer implements most of what the documentation talks about except Actives, Level 1 Options, and Level 2 order book. ". When will this feature be implemented? It would be really helpful. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
knicola
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oops, the README.md said, "The data streamer implements most of what the documentation talks about except Actives, Level 1 Options, and Level 2 order book. ".
When will this feature be implemented? It would be really helpful.