|
FIXML
< Previous Next >
re: Differences in FIXML Header Specs and FIX Header Specs
Mark Reitman / Objexer 20 Aug 2003 1:17AM ET John wrote:
> Can you include these? Yes - as custom fields, but this is a very non-standard implementation.
True but not all messaging is global. I use msg fields all the time to specify local messaging such as use-logs and errorHandlers. When you hook in the messaging interface you can then quickly compare messaging on both sides of the message "pond."
You can do this in your code. But it would be handy to have field size and type standardized to support agile process.
|--------| |-----------| |--------|
| MSG |-->| TRANSPORT |-->| TRADE |
|--------| |-----------| |--------|
| XML | | SeqNum | | LogMsg |
| LogMsg | |-----------| | SeqNum |
| MyNum | |--------|
|--------|
IF (MSG.LogMsg(MyNum)== TRADE.LogMsg(SeqNum))
WE
HAVE
A
PROBLEM in SeqNum
re: Differences in FIXML Header Specs and FIX Header Specs Mark Reitman / Objexer 20 Aug 2003 1:17AM ET |