You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Actually, you don't need to set multiple MDEntryType. If you check documentation (https://help.ctrader.com/fix/specification/?h=269#market-data-request-msgtype35v), you have such a param as NoMDEntryTypes - Always set to 2 (both bid and ask will be sent). I don't remember why, but i have NoMDEntryTypes = 1. Try both - values 1 or 2. So your code will be looking like that:
Good day,
How can I set multiple MDEntryType (269=) for MarketDataRequest?
I need to subscribe for Bid and Ask order updates.
Regards,
The text was updated successfully, but these errors were encountered: