I tried run the example project "DataApiUsageExampleRealtimeData", everything is fine, but I rewrite it into window service, nothing was trigger in the "DataReceived" action.
singleRequest = realtime.Request("GBP=", "BID", DataReceived);
singleSubscription = realtime.Subscribe("EUR=", "BID", DataReceived);
is this API can use in window service.??
Thanks for the answer.