[Quickfix-developers] Groups
Brought to you by:
orenmnero
From: <em...@co...> - 2004-10-21 19:19:29
|
Hi All, I have a following structure in C++ that I would like to translate into Fix 4.2 or desribe it : struct t_group { int x; int y; }; struct blabla { int tag_; t_group data_[]; }; the above just means that blabla holds and int and an array of t_group structures of an unspecified size (the size can vary and can be anything > 0). Please help. Emir --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004 |