D
@admin I too have similar problem, not receiving proper data, just receiving Datetime and value, tick information was not there.. I am using same code which you share us .
script : nse_fo|43141 => for NIFTY03NOV2117000PE
static void WriteResult(object sender, MessageEventArgs e)
{
Console.WriteLine("Tick Received : " + e.Message);
}
All the time its printing Tick received with DateTime stamp, Is script param correct?