What is the best way to parse a Fix Protocol message in C#Combine multiple XSDs into a single Physic

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, good morning.<br/>
<br/>
Im trying to find a best way(with the best performance) to parse a Fix Protocol message.<br/>
Then I made some functions that return a value if I give a Fix Message and a Fix field. They work pretty well but I dont know if is the best way to do this.<br/>
See below:<br/>
<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; using System;
<span style="color:Blue; using System.Collections.Generic;
<span style="color:Blue; using System.Linq;
<span style="color:Blue; using System.Text;

<span style="color:Blue; namespace FixField
{
<span style="color:Blue; class Program
{
<span style="color:Blue; private <span style="color:Blue; const <span style="color:Blue; char


<span lang="EN-US" style="font-size:8pt; color:black; font-family:Verdana,sans-serif Hello Folks,
<br/>
<br/>
I have several xsds with same namespace and I want to combine them into a single physical XSD file.<br/>
<span style="font-size:8pt; color:black; font-family:Verdana,sans-serif What<span lang="EN-GB" style="font-size:8pt; color:black; font-family:Verdana,sans-serif tool<span lang="EN-US" style="font-size:8pt; color:black; font-family:Verdana,sans-serif
can I use & how to go about? I did some googling and found XmlSchemaSet class<br/>
and xsd.exe tool. Im not looking for a simple file merge tool but a real intelligent way to regroup the individual xsds to give me one logical XSDs without breaking the schema.
<br/>
<br/>
<span style="font-size:8pt; color:black; font-family:Verdana,sans-serif Waiting for your valuable inputs.<br/>
<br/>
Thanks in advance<br/>
Clement

View the full article
 
Back
Top