{{Quickfixn}} Custom Message
    Felipe Soares 
    felipe.soares at traderdata.com.br
       
    Mon Jul 30 07:13:48 PDT 2012
    
    
  
Hi guys,
We are using QuickFixN to integrate with BM&FBovespa and we need to create
a Custom message with FIX 4.4
We already changed the dictionary, and have the following source code to
send a message, but keep getting an error:
            QuickFix.Message m = new Message("BW", true);
            //m.SetField(new QuickFix.Fields.StringField(35,"BG"));
            m.SetField(new QuickFix.Fields.StringField(1346, ""));
//AppReqId
            m.SetField(new QuickFix.Fields.IntField(1347, 0)); //ApplReqType
            m.SetField(new QuickFix.Fields.IntField(1182, 10));
//ApplBegSeqNum
            m.SetField(new QuickFix.Fields.IntField(1183, 20));
//ApplBegSeqNum
Regards
Felipe Soares
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20120730/d883b40f/attachment.htm>
    
    
More information about the Quickfixn
mailing list