Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to quickfix and so far able to get only single response.

I want to get nonstop ,real-time quote-feed (as can be seen in a trading-platform’s ‘quote-panel UI’).How can i achieve this in c#?


What I have tried:

1. logged on to quote-session
2. subscribed to market data
3. sent “single-message” quote-request (EUR/USD for example)
4. Finally i got response from fix-server (with current bid/ask/volume for symbol EUR/USD)
Posted
Updated 10-Aug-18 0:38am
v4
Comments
F-ES Sitecore 10-Aug-18 6:44am    
You'll need to ask them if they support a real-time feed, but it's likely people just poll the api instead, so ask every second or every 5 seconds what the rate it.
Member 11717657 29-Oct-18 10:07am    
Thanks for your comments!! Quote request satisfies this requirement with feeding continuous rates until expiry time

1 solution

 
Share this answer
 
Comments
Member 11717657 29-Oct-18 10:08am    
Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900