Live market data with custom fields #178
Answered
by
wboayue
npajkovsky
asked this question in
Q&A
-
Hello, does TWS API support similar field selectors like this Web API? |
Beta Was this translation helpful? Give feedback.
Answered by
wboayue
Nov 15, 2024
Replies: 1 comment
-
It looks like the Web API does some extra things like allowing you to specify multiple contract IDs. The API to use for TWS is the market data API. You can request different tick types using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
npajkovsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the Web API does some extra things like allowing you to specify multiple contract IDs. The API to use for TWS is the market data API. You can request different tick types using the
generic_ticks
parameter. Tick types are documented here. Specifying generic ticks is not as fine grained as the field level filtering on the Web API.