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

SUBSCRIPTION_STATUS_INSTRUMENT_NOT_FOUND #6

Open
megoRU opened this issue Oct 9, 2023 · 1 comment
Open

SUBSCRIPTION_STATUS_INSTRUMENT_NOT_FOUND #6

megoRU opened this issue Oct 9, 2023 · 1 comment

Comments

@megoRU
Copy link

megoRU commented Oct 9, 2023

API не возвращает instrumentID на который не смогла подписаться

*сервис по свечам

SubscriptionStatus subscriptionStatus = infoSubscription.getSubscriptionStatus();
if (subscriptionStatus != SubscriptionStatus.SUBSCRIPTION_STATUS_SUCCESS) {
    LOGGER.info("Не смог подписаться. Статус: {} Тикер: {}", subscriptionStatus, infoSubscription); //null, null
}
@zscauer
Copy link
Contributor

zscauer commented Oct 13, 2023

Я так понимаю это вопрос все же к API по поводу заполнения CandleSubscription, а не сюда?

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

2 participants