alpacahq / alpaca-trade-api-csharp

C# SDK for Alpaca Trade API https://docs.alpaca.markets/
Apache License 2.0
243 stars 76 forks source link

Add support for the options real-time streaming #721

Open OlegRa opened 7 months ago

OlegRa commented 7 months ago

The Python SDK introduced options' real-time streaming support in PR #407. The .NET SDK should also support this feature in version 7.1.0 and later.

Martin-Molinero commented 1 month ago

Hey! Just checking in to see if there's an ETA on this functionality, or some workaround manually creating some streaming client maybe? Thank you