Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

XML of a FIX Message

XML of a FIX Message

The FIX library processes XML structures such as the following example:
<IndicationOfInterest> <Header> <BeginString>FIX.4.1</BeginString> <BodyLength>154</BodyLength> <MsgType>6</MsgType> <SenderCompID>BRKR</SenderCompID> <TargetCompID>INVMGR</TargetCompID> <MsgSeqNum>239</MsgSeqNum> <SendingTime>19980604-8:00:36</SendingTime> </Header> <Body> <IOIid>115687</IOIid> <IOITransType>n</IOITransType> <Symbol>PIRI.MI</Symbol> <Side>1</Side> <IOIShares>300000</IOIShares> <Price>5950.001</Price> <IOIQltyInd>H</IOIQltyInd> </Body> <Trailer> <CheckSum>168</CheckSum> </Trailer> </IndicationOfInterest>

0 COMMENTS

We’d like to hear from you!