{{Quickfixn}} (no subject)

Wayne Kaplan wkaplan at financialnortheastern.com
Thu Jun 18 07:35:45 PDT 2020


Got it…
Thanks






Wayne Kaplan

Senior Software Developer

[cid:image001.jpg at 01D6455C.394C0740]
100 Passaic Avenue

973-396-1057 Direct

Fairfield, NJ 07004

866-855-1504 Fax

800-362-9876 x205

wkaplan at financialnortheastern.com

[cid:image002.jpg at 01D6455C.394C0740]
www.financialnortheastern.com<http://www.financialnortheastern.com/>


From: Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of Grant Birchmeier
Sent: Thursday, June 18, 2020 10:35
To: Mailing list for QuickFIX/n <quickfixn at lists.quickfixn.com>
Subject: Re: {{Quickfixn}} (no subject)

Awesome, glad to hear.

FYI, also be aware of "msg.GetString(23)", in case you see a similar problem extracting that field.

-Grant

On Thu, Jun 18, 2020 at 9:30 AM Wayne Kaplan <wkaplan at financialnortheastern.com<mailto:wkaplan at financialnortheastern.com>> wrote:
I’m using “Imports QuickFix.FIX44”

However what you just showed me worked.

Thank you so much


Wayne Kaplan

Senior Software Developer


100 Passaic Avenue

973-396-1057 Direct

Fairfield, NJ 07004

866-855-1504 Fax

800-362-9876 x205

wkaplan at financialnortheastern.com<mailto:wkaplan at financialnortheastern.com>


www.financialnortheastern.com<http://www.financialnortheastern.com/>


From: Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com<mailto:quickfixn-bounces at lists.quickfixn.com>] On Behalf Of Grant Birchmeier
Sent: Thursday, June 18, 2020 10:10
To: Mailing list for QuickFIX/n <quickfixn at lists.quickfixn.com<mailto:quickfixn at lists.quickfixn.com>>
Subject: Re: {{Quickfixn}} (no subject)

First of all, which version of FIX are you using?  And I do mean the version of FIX, not QF/n.  Is it FIX42 or FIX44 or FIX50...?
Here's what I think your code MIGHT need to look like:
Dim lxIOI As New IndicationOfInterest()
// In VB, can you instead say "New Quickfix.FIX44.IndicationOfInterest()" ?
// (Replace 44 with whatever version you're actually using)
// It might still be ok if you can't.  Do you have an import line or something
// that says which namespace IndicationOfInterest() comes from?

lxIOI.IOITransType = New IOITransType(IOITransType.[NEW])
lxIOI.Side = New Side(Side.UNDISCLOSED)
lxIOI.IOIQty = New IOIQty(1000)
lxIOI.IOITransType = New IOITransType("0")
lxIOI.Price = New Price(lorow.Item("f44"))
lxIOI.SecurityID = New SecurityID(lorow.Item("f48"))
IxIOI.IOIID = New StringField(23, "whatever")
// if that doesn't work, try
// IxIOD.SetField(New StringField(23, "whatever"))


--
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200618/e8c5caba/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 5800 bytes
Desc: image001.jpg
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200618/e8c5caba/attachment-0004.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 1857 bytes
Desc: image002.jpg
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200618/e8c5caba/attachment-0005.jpg>


More information about the Quickfixn mailing list