Oleg Rakhmatulin

Results 27 comments of Oleg Rakhmatulin

@markns In fact, another person prepared the PR with back-end changes, but in any case, we cannot change the current behavior. The WS protocol allows setting up time-to-live intervals for...

@Ilya171 It's not clear to me what is your exact problem. AFAIU you can subscribe to 5 symbols via WebSocket stream using the SDK and Extensions package. That's good news...

I'll repeat one more time - there is no rate limit for streaming data. You can read more about the difference between subscription plans in the [documentation](https://alpaca.markets/docs/api-references/market-data-api/stock-pricing-data/realtime/#subscription-plans). In the .NET...

@Ilya171 I close this issue due to the long inactivity period. If you still have problems/questions, feel free to re-open it and provide more information. Minimal code samples or steps...

@vermorel @Freekjan I have a fix for this issue. It works fine on my side, just need time for writing unit tests required for PR.

@markns I've tried several WS client .NET implementations without any success. According to WS standard ([RFC 6455](https://www.rfc-editor.org/rfc/rfc6455)), it's not possible to enforce TTL value from the client side. Even if...

@cdeMonkey Sorry for the delayed answer, I was on vacation last week. I hope you've already figured out that SDK has the `IAlpacaOptionsDataClient` interface and this interface has the `ListLatestTradesAsync`...