Market / Index Summary - RFA.Net - How To Request Realtime Data?

Is there a sample / Code on how to request Index Summary / Market Summary RealTime?

Currently using,

Service: ELEKTRON_DD
API: RFA .NET
Language: .NET ( C# )


Thanks,

Best Answer

  • @amahdy

    You can subscribe to a chain RIC (0#.NDX) to get all RICs enlisted under NASDAQ 100 index.

    There is the StarterConsumer_Chain example in the RFA.NET package. The output looks like this:

    1669269814368.png

    After getting all items, you can use Market Price requests to get real-time data of those items.

Answers