|
FIXML
< Previous Next >
re: FIX over HTTP or TCP
Ning Huang / E*TRADE 20 Mar 2003 12:10PM ETI am working on a pioneer project, which uses HTTP/SOAP as a transport to send and receive FIXML. We also have an existing trading system using permanent TCP/IP socket connections to send and receive traditioanl tag=value FIX messages. The way how these two systems work is quite different. Since HTTP is a one time query-and-reply protocol, I don't send back reports until the client askes for it. And there is no gap fill as there are no sequence numbers. HTTP protocol provides its own way to guarentee messages are received by the other side.
re: FIX over HTTP or TCP Ning Huang / E*TRADE 20 Mar 2003 12:10PM ET
|