{{Quickfixn}} Tag appears more than once

Veduruparthi Raju rveduruparthi at gmail.com
Thu Mar 5 11:11:29 PST 2020


Oh, now it makes sense.  You're using VB, which is case-insensitive.

This has never come up before because QF/n is compiled from C#, and most
QF/n users are using C#.

Annoyingly, the only reason there's two of them is because FIX5+ changed
the case.

I think you can get around this by calling the no-params
IndicationOfInterest constructor, and then adding the fields separately.
Instead of using the IOIid constructor, you can create a generic "new
StringField(23)", and then add it with setString(stringField).  You can
later retrieve it with GetString(23).



On Mon, Feb 10, 2020 at 4:35 PM Wayne Kaplan <
wkaplan at financialnortheastern.com> wrote:

> Dim lxIOI As New IndicationOfInterest(New IOIid(NextFIXORDERID),
>
>                                 New IOITransType(IOITransType.[NEW]),
>
>                                 New Symbol(lorow.Item("f48")),
>
>                                 New Side(Side.UNDISCLOSED),
>
>                                 New IOIShares(1000))
>
>
>
>
>
>
> Wayne Kaplan
>
> Senior Software Developer
>
> 100 Passaic Avenue
>
> 973-396-1057 Direct
>
> Fairfield, NJ 07004
>
> 866-855-1504 Fax
>
> 800-362-9876 x1205
>
> wkaplan at financialnortheastern.com
>
> www.financialnortheastern.com
>
>
>
> *From:* Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com] *On
> Behalf Of *Grant Birchmeier
> *Sent:* Monday, February 10, 2020 5:33 PM
> *To:* Mailing list for QuickFIX/n <quickfixn at lists.quickfixn.com>
> *Subject:* Re: {{Quickfixn}} IndicationOfInterest - IOIid error
>
>
>
> Can you show the actual code lines that caused this?
>
>
>
> On Mon, Feb 10, 2020 at 3:42 PM Wayne Kaplan <
> wkaplan at financialnortheastern.com> wrote:
>
> I’m getting this message when trying to create a IndicationOfInterest
> message…
>
>
>
> 'IOIid' is ambiguous in the namespace 'QuickFix.Fields'
>
>
>
> There are 2 entries in the QuickFix.fields …
>
>
>
> “IOIid” & “IOIID”
>
>
>
>
> Wayne Kaplan
>
> Senior Software Developer
>
> 100 Passaic Avenue
>
> 973-396-1057 Direct
>
> Fairfield, NJ 07004
>
> 866-855-1504 Fax
>
> 800-362-9876 x1205
>
> wkaplan at financialnortheastern.com
>
> www.financialnortheastern.com
>
>
>
>
> ------------------------------
>
> Although all information has been obtained from sources that Financial
> Northeastern Corporation and Financial Northeastern Securities believe to
> be reliable we do not guarantee its accuracy or completeness. All prices,
> yields and availability are subject to change without notice. Securities
> offered through Financial Northeastern Securities, a registered
> broker/dealer.
>
> Financial Northeastern Corporation
> FNC Insurance Services, Inc.
> Financial Northeastern Securities, Inc.
>
> 100 Passaic Avenue
> Fairfield, New Jersey 07004
> (800) FNC-4141 or (973) 882-9337
>
> 485 Metro Place South
> Suite 465
> Dublin, Ohio 43017
> (877) 889-1095
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>
>
>
>
> --
>
> Grant Birchmeier
>
> *Connamara Systems, LLC*
>
> *Made-To-Measure Trading Solutions.*
>
> Exactly what you need. No more. No less.
>
> http://connamara.com
>
>
> This email, along with any attachments, is confidential. If you believe
> you received this message in error, please contact the sender immediately
> and delete all copies of the message. Thank you from Connamara Systems, LLC.
>
> ------------------------------
> Although all information has been obtained from sources that Financial
> Northeastern Corporation and Financial Northeastern Securities believe to
> be reliable we do not guarantee its accuracy or completeness. All prices,
> yields and availability are subject to change without notice. Securities
> offered through Financial Northeastern Securities, a registered
> broker/dealer.
>
> Financial Northeastern Corporation
> FNC Insurance Services, Inc.
> Financial Northeastern Securities, Inc.
>
> 100 Passaic Avenue
> Fairfield, New Jersey 07004
> (800) FNC-4141 or (973) 882-9337
>
> 485 Metro Place South
> Suite 465
> Dublin, Ohio 43017
> (877) 889-1095
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>


-- 
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.
http://connamara.com

-- 
This email, along with any attachments, is confidential. If you believe you 
received this message in error, please contact the sender immediately and 
delete all copies of the message. Thank you from Connamara Systems, LLC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200210/f27377c8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 5800 bytes
Desc: not available
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200210/f27377c8/attachment-0004.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 1857 bytes
Desc: not available
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200210/f27377c8/attachment-0005.jpg>


More information about the Quickfixn mailing list