Sponsored Content
Full Discussion: I need Help
Top Forums UNIX for Dummies Questions & Answers I need Help Post 302093266 by habuzahra on Wednesday 18th of October 2006 09:44:27 AM
Old 10-18-2006
I have a tag in the file it's 35=D before this tag i have the time of the tag which I mentioned about it before and after the 35=D I have another tag which is 11=some string ex(11=0011IN)
so the file look like that

09:30:04,438 INFO : FIXEngine[engine1]: INFO: FIXConnection.sendMessage(fixID=sama): pt=1, fixSendTime=1161153004438, msg=8=FIX.4.2^A9=190^A35=D^A49=012^A56=
SAMA^A115=012^A34=294^A116=I0120002^A144=2^A52=20061018-06:30:04.413^A11=020I80A3400^A1=1200212023^A63=1^A21=1^A55=2170^A54=2^A60=20061018-06:30:04^A38=317^A
40=2^A44=43.5^A59=0^A386=1^A336=510^A10=059^A

and usually 35=D is in the same line of the Time and the 11=111111 in the next line


so Please I need Help

Last edited by habuzahra; 10-18-2006 at 10:57 AM..
 
XmStringGenerate(library call)											    XmStringGenerate(library call)

NAME
XmStringGenerate -- A convenience function that generates a compound string SYNOPSIS
#include <Xm/Xm.h> XmString XmStringGenerate( XtPointer text, XmStringTag tag, XmTextType type, XmStringTag rendition); DESCRIPTION
XmStringGenerate calls the XmStringParseText function with a default parse table of entries consisting of '', which maps to Separator, and '', which maps to Tab. Matching RENDITION_BEGIN and RENDITION_END components containing rendition are placed around the resulting XmString. text Specifies a NULL-terminated string containing characters of a type determined by type. tag Specifies the tag to be used in creating the result. The type of tag created (charset or locale) depends on the text type and the value given. If specified value is NULL, and type indicates that a charset tag should be created, then the tag will have the value of XmFONTLIST_DEFAULT_TAG. If tag is NULL, and type indicates a locale tag, then the tag will have the value of _MOTIF_DEFAULT_LOCALE. type Specifies the type of text to be passed in, and the tag type. If a locale tag should be created, then type has a value of either XmMULTIBYTE_TEXT or XmWIDECHAR_TEXT. If a charset should be created, type has a value of XmCHARSET_TEXT. rendition Specifies the rendition tag to be used in an XmSTRING_COMPONENT_RENDITION_BEGIN component which will begin the returned string and in an XmSTRING_COMPONENT_RENDITION_END component which will end it. If rendition is NULL, no rendition tag is placed. RETURN
Returns a new compound string. The function will allocate space to hold the returned compound string. When the application no longer needs the returned compound string, the application should call XmStringFree. RELATED
XmString(3) and XmStringFree(3). XmStringGenerate(library call)
All times are GMT -4. The time now is 07:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy