Imported from previous forum
Hello,
Would someone be willing to send me some sample template files, preferably in XML? And ofcourse some sample FAST messages to go with them would be greatly appreciated.
Thanks,
Sanjoy
Hello,
Would someone be willing to send me some sample template files,
preferably in XML? And ofcourse some sample FAST messages to go with
them would be greatly appreciated.Thanks, Sanjoy
I also would enjoy having sample templates and sample messages. Thank you very much.
[ original email was from Darshan Khedekar - darshan.khedekar.ext@deutsche-boerse.com ]
I would be also grateful if these samples reach me!!
Thanks
Darshan
Hello,
Would someone be willing to send me some sample template files,
preferably in XML? And ofcourse some sample FAST messages to go with
them would be greatly appreciated.Thanks, Sanjoy
I also would enjoy having sample templates and sample messages. Thank
you very much.
[ original email was from Matt Simpson - msimpson@cme.com ]
Let’s talk about this at next weeks working group meeting. We should be able to put together a small test kit which includes a template, input data, and the encoded results.
I would be also grateful if these samples reach me!! Thanks Darshan
Hello,
Would someone be willing to send me some sample template files,
preferably in XML? And ofcourse some sample FAST messages to go with
them would be greatly appreciated.Thanks, Sanjoy
I also would enjoy having sample templates and sample messages. Thank
you very much.
Thanks a TON Matt. That would be MUCH appreciated.
Darshan and Aaron, if you would to cooperate on exchanging samples, test cases, etc. please contact me offline at sanjoy@yahoo.com
Thanks,
Sanjoy
Let’s talk about this at next weeks working group meeting. We should be
able to put together a small test kit which includes a template, input
data, and the encoded results.I would be also grateful if these samples reach me!! Thanks Darshan
Hello,
Would someone be willing to send me some sample template files,
preferably in XML? And ofcourse some sample FAST messages to go
with them would be greatly appreciated.Thanks, Sanjoy
I also would enjoy having sample templates and sample messages.
Thank you very much.
[ original email was from Dmitriy Ovdienko - odp@btobits.com ]
Hi
Did anybody test his code on FAST Test Kit?
I can’t parse fast messages from ‘messages.fast’ file.
7th byte should contain #131: 3 | SBIT, 3 sequence entries with SBIT. But it contains #35 and SBIT is at 14th byte.
Thanks for assistance.
/Dmitriy Ovdienko
Yes, we’ve successfully parsed the file.
The 7th byte is the first byte of the SendingTime delta which is transferred as an int64: 20061101132712124 which is represented as 0x23 0x51 0x2E 0x71 0x36 0x46 0x11 0xBC when sbit-coded.
/David
Hi
Did anybody test his code on FAST Test Kit? I can’t parse fast
messages from ‘messages.fast’ file. 7th byte should contain #131: 3 |
SBIT, 3 sequence entries with SBIT. But it contains #35 and SBIT is at
14th byte.Thanks for assistance. /Dmitriy Ovdienko
[ original email was from Dmitriy Ovdienko - odp@btobits.com ]
> The 7th byte is the first byte of the SendingTime delta which is
transferred as an int64: 20061101132712124 which is represented as 0x23
0x51 0x2E 0x71 0x36 0x46 0x11 0xBC when sbit-coded.
There is no 20061101132712124 value in sample ![]()
In first msg of ‘FAST Tool Input.txt’ 52=20061101132712123
In first msg of ‘FIX Test Input.txt’ 52=20061101153347123
Ah, I was only looking at the decoded output. The encoded value is indeed 20061101132712124, but it should be 20061101132712123, so in this regard the encoded file is broken. But otherwise it is structurally intact.
/David
The 7th byte is the first byte of the SendingTime delta which is
transferred as an int64: 20061101132712124 which is represented as
0x23 0x51 0x2E 0x71 0x36 0x46 0x11 0xBC when sbit-coded.There is no 20061101132712124 value in sample
In first msg of ‘FAST Tool Input.txt’ 52=20061101132712123 In first msg
of ‘FIX Test Input.txt’ 52=20061101153347123
Hi
Did anybody test his code on FAST Test Kit? I can’t parse fast
messages from ‘messages.fast’ file. 7th byte should contain #131: 3 |
SBIT, 3 sequence entries with SBIT. But it contains #35 and SBIT is at
14th byte.Thanks for assistance. /Dmitriy Ovdienko
Where can I find the FAST Test Kit?
Lars
Where can I find the FAST Test Kit?
–Thanks, Tom.
Hi
Did anybody test his code on FAST Test Kit? I can’t parse fast
messages from ‘messages.fast’ file. 7th byte should contain #131: 3 |
SBIT, 3 sequence entries with SBIT. But it contains #35 and SBIT is at
14th byte.Thanks for assistance. /Dmitriy Ovdienko
Where can I find the FAST Test Kit?
Lars
Hello,
Would someone be willing to send me some sample template files,
preferably in XML? And ofcourse some sample FAST messages to go with
them would be greatly appreciated.Thanks, Sanjoy
Hii,
I am bit confused regarding to type of template file, We have stock - Exchange Application is in ‘C’ language,then should sample files be in XML or in C-structure or simple text file. Is any standerd defined for it.
And suppose I use the formate suitable to me (e.g. not XML) for template, then what would happen when when other party gives their template file in another type (i.e. XML)? Do I need to make conversion machanism also?
Hi Rahul,
you can use any internal format that suits your needs,
including straight C code. (We used C code to implement
some of the template handling in the POC project)
If you look at the 1.0 fastapi, you’ll find that the
arca example relies on a C-struct style template.
Online template exchange on the other hand relies on the
existence of an agreed upon (between the parties) format.
Again, any format that two parties agree to use is OK.
Obviously, the format must be able to represent whatever
contructs you want to use. So, if you decide to use a
subset of FAST 1.1, then you can use a template format
that only supports that subset.
That said, we encourage people to adopt the template
format described in the 1.1 spec for interoperability
reasons. You can then create tools that convert between
the standardized exchange format and your internal format.
The XML format is not suitable for high-volume, low
latency exchange of templates. There is a proposal for
FAST encoded template exchange, but this format has not
been fully discussed and as far as I know only Pantor
has so far implemented this format.
Hope this helps,
Rolf
Hii, I am bit confused regarding to type of template file,
We have stock - Exchange Application is in ‘C’ language,
then should sample files be in XML or in C-structure or
simple text file. Is any standerd defined for it.
And suppose I use the formate suitable to me (e.g. not XML)
for template, then what would happen when when other party
gives their template file in another type (i.e. XML)?
Do I need to make conversion machanism also?