When I compared the MarketFeed data recorded from two servers for some analysis. I found the header of the same message could look different sometimes. For example:
# From server A #
<FS>340<US>XX<GS>ITC.BO<US>7406<US>0<RS>
# From server B #
<FS>340<US>XX<GS>ITC.BO<US>7406<US>1<RS>
I expect the data to be completely identical so the difference worries me. May I know what <US>0<RS> and <US>1<RS> mean in the example above?