Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does ApiNext support reqTickByTickData? #155

Closed
kayazinc opened this issue Aug 22, 2022 · 4 comments
Closed

Does ApiNext support reqTickByTickData? #155

kayazinc opened this issue Aug 22, 2022 · 4 comments

Comments

@kayazinc
Copy link

From the source codes, it seem that apiNext.getMarketData(...) is an wrapper for api.reqMktData(...).

Does apiNext have the function similar to api.reqTickByTickData(...)?

Thanks.

@rylorin
Copy link
Member

rylorin commented Aug 22, 2022

A quick look at the source code let me think that this API call has not been implemented in ApiNext.
Maybe we should implement it.

@Tsopic
Copy link
Member

Tsopic commented Aug 23, 2022

Yep, ApiNext is still a work in progress. I'd be happy to help with the review.,

@Tsopic
Copy link
Member

Tsopic commented Jan 30, 2023

See - /src/tools/market-data.ts

This is implemented.

@Tsopic Tsopic closed this as completed Jan 30, 2023
@kayazinc
Copy link
Author

kayazinc commented May 2, 2023

See - /src/tools/market-data.ts

This is implemented.

Thanks, i have check the above codes.
What I meant was the api.reqTickByTickData(...) has not yet implemented in apiNext.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants