Re: [Quickfix-developers] fixionary (George Tsafas)
Brought to you by:
orenmnero
From: Nick R. <nic...@co...> - 2010-08-10 23:42:54
|
This is a really helpful shell script. thanks. May I suggest two things, which I have done to my downloaded copy. Replace the <COMMA> with an actual comma. Add two LF's before the Definition and a single LF before the Valid values. (works for bash, not sure about other shells) vim commands.... :%s/<COMMA>/,/g :%s/Definition:/\r\rDefinition:/g :%s/Valid values:/\rValid values:/g it then prints more nicely ..... $ ./FIX42.sh 39 Tag: [ 39 ] Field :[ OrdStatus ] DataType: [ char ] Definition: Identifies current status of order. Valid values: 0 = New 1 = Partially filled 2 = Filled 3 = Done for day 4 = Canceled 5 = Replaced 6 = Pending Cancel (e.g. result of Order Cancel Request) 7 = Stopped 8 = Rejected 9 = Suspended A = Pending New B = Calculated C = Expired D = Accepted for bidding E = Pending Replace (e.g. result of Order Cancel/Replace Request) regards Nick > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 6 Aug 2010 12:22:03 -0700 > From: "George Tsafas" <GT...@rb...> > Subject: Re: [Quickfix-developers] fixionary > To: "Grant Birchmeier" <gbi...@co...>, "Clark Sims" > <Cla...@ac...> > Cc: qui...@li... > Message-ID: > <222...@CB...> > > Content-Type: text/plain; charset="Windows-1252" > > I wrote a quick Linux FIX42 Lookup, you can get this here http://elbowrage.com/?p=62 . Sorry have not gotten around to any other versions. I could if requested only take a few moments. > > George Tsafas > > > --- This email and any files transmitted with it are solely intended for the use of the addressee(s) and may contain information that is confidential and privileged. If you receive this email in error, please advise us by return email immediately. Please also disregard the contents of the email, delete it and destroy any copies immediately. Computershare Limited and its subsidiaries do not accept liability for the views expressed in the email or for the consequences of any computer viruses that may be transmitted with this email. This email is also subject to copyright. No part of it should be reproduced, adapted or transmitted without the written consent of the copyright owner. |