{{Quickfixn}} Quickfixn Digest, Vol 105, Issue 21

Grant Birchmeier gbirchmeier at connamara.com
Thu Jul 16 11:18:38 PDT 2020


Oh, nice!  I didn't realize Executor was instantiating it.

Haha, looks like my colleague Mike Wilner had something to do with that.
Some vague memories are starting to come back....

Created an issue to create a doc page for it
https://github.com/connamara/quickfixn/issues/634

(By the way, I highly recommend you NOT use the mail list digest.  We're
not very high traffic, and it's easier to follow email chains when the
subject lines don't change.)

Thanks!

On Thu, Jul 16, 2020 at 1:07 PM Nate Kershner <nathaneleven at gmail.com>
wrote:

> Grant,
>
> Thanks to your suggestion, I was able to get the web interface working.
> All I did was follow the example in Program.cs in the Examples.Executor
> project:
>
>                 HttpServer srv = new HttpServer(HttpServerPrefix,
> settings);
>                 srv.Start();
>
>                 //later
>                 srv.Stop();
>
> Please feel free to send me an off list email if you'd like any more
> details, screenshots, or a copy of the page for your documentation.
>
> Thanks,
> Nate
>
> On Thu, Jul 16, 2020 at 12:21 PM <quickfixn-request at lists.quickfixn.com>
> wrote:
>
>> Send Quickfixn mailing list submissions to
>>         quickfixn at lists.quickfixn.com
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>> or, via email, send a message with subject or body 'help' to
>>         quickfixn-request at lists.quickfixn.com
>>
>> You can reach the person managing the list at
>>         quickfixn-owner at lists.quickfixn.com
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Quickfixn digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re:  20013 tag in QuikFix FIX 4.4 (Grant Birchmeier)
>>    2. Re:  Quickfixn Connection Webpage after Upgrade (Grant Birchmeier)
>>    3. Re:  Quickfixn Connection Webpage after Upgrade (Grant Birchmeier)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Thu, 16 Jul 2020 09:30:18 -0500
>> From: Grant Birchmeier <gbirchmeier at connamara.com>
>> To: "Mailing list for QuickFIX/n" <quickfixn at lists.quickfixn.com>
>> Subject: Re: {{Quickfixn}} 20013 tag in QuikFix FIX 4.4
>> Message-ID:
>>         <CAMq4opN9eDj0kX+abWtXsVenmE=LXuKJ3Va9=
>> XPca88BGCrdVA at mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> 20013 is not a standard FIX tag.  Your counterparty has made
>> customizations
>> to the standard FIX data dictionary.  You'll need to make corresponding
>> updates to your local FIX44.xml file.
>>
>> For more information:
>> http://quickfixn.org/tutorial/custom-fields-groups-and-messages.html
>>
>> -Grant
>>
>>
>> On Thu, Jul 16, 2020 at 8:32 AM Pandit, Rohan <Rohan.Pandit at sculptor.com>
>> wrote:
>>
>> > Hello,
>> >  I am unable to find 20013 fix tag in QuickFix. I am using FIX 4.4
>> .
>> > Could you please let me know if this tag is available?
>> >
>> > Thanks,
>> > Rohan Pandit
>> > T: 646.366.2813
>> > rohan.pandit at Sculptor.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/20200716/efa86365/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Thu, 16 Jul 2020 10:57:00 -0500
>> From: Grant Birchmeier <gbirchmeier at connamara.com>
>> To: "Mailing list for QuickFIX/n" <quickfixn at lists.quickfixn.com>
>> Subject: Re: {{Quickfixn}} Quickfixn Connection Webpage after Upgrade
>> Message-ID:
>>         <CAMq4opMu7ymvXwC-oz9Q=
>> 30MK_udw1dyEX4PyXqXx2HQLTWCmw at mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Nate-- I got your off-list email, and now it makes sense.
>>
>> "Also worth noting this is actually from 1.0.3 not 1.3.0"
>>
>> That's not a valid QF/n version!  You weren't using QF/n at all --- You
>> were actually using the original C++ QuickFIX with the SWIG C# wrapper!
>>
>> No wonder I couldn't find the web interface in QF/n.  It didn't have one!
>>
>> Please try the HttpServer I suggested before and let me know how it goes.
>> It was a submission some years back, and I don't think I've ever used it
>> myself.  But maybe we can turn this undocumented orphan into a documented
>> feature.
>>
>> -Grant
>>
>> On Thu, Jul 16, 2020 at 9:28 AM Grant Birchmeier <
>> gbirchmeier at connamara.com>
>> wrote:
>>
>> > 1.3.0 goes back to 2012.  I was pretty new to the project at that time,
>> > and the other guys from then are long gone.  If anybody can help, please
>> > chime in.
>> >
>> > I just browsed the code on that old tag, and I don't know where this
>> > server is coded or configured.  Honestly, I only have vague memories of
>> > people mentioning this feature, and I've never used it myself.  I'm
>> kind of
>> > shocked that I can't identify a class or grep the right term to find
>> where
>> > this could be coming from.
>> >
>> > Do you still have your old build running?  Can you send me (off-list) a
>> > copy of the resulting web page?  (to save me the time of spinning up an
>> > old-build app for myself)
>> >
>> > I see we currently have a class called HttpServer that might be
>> relevant.
>> > However, I don't see any documentation on how to use it.  Why don't you
>> > take a look and see if you can instantiate it and connect to it?
>> >
>> https://github.com/connamara/quickfixn/blob/master/QuickFIXn/HttpServer.cs
>> >
>> > If you have some luck, I will create a new page in the tutorial to
>> > document its usage.
>> >
>> > -Grant
>> >
>> >
>> >
>> >
>> > On Thu, Jul 16, 2020 at 7:25 AM Nate Kershner <nathaneleven at gmail.com>
>> > wrote:
>> >
>> >> We just went live with an upgrade to QuickFix/n (1.0.3 to 1.10).
>> >> Obviously 1.0.3 is a very old version, but I'm hoping someone can
>> assist.
>> >> In the old version, if you visited http://localhost on the server or
>> >> http://<servername> from another machine, it presented you with
>> webpage
>> >> with a list of connections and their sequence numbers with the ability
>> to
>> >> adjust them, but after upgrading it's no longer working (error message
>> is
>> >> Unable to connect). I don't see any actual webpage configured anywhere
>> on
>> >> the server we run our service on (IIS isn't even installed), so I'm
>> pretty
>> >> sure it was somehow served up by the engine itself? Any ideas if this
>> is
>> >> the case and if there's an equivalent in 1.10 or if I'll just need to
>> build
>> >> an equivalent myself?
>> >>
>> >> Thanks,
>> >> Nate
>> >> _______________________________________________
>> >> 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
>> >
>>
>>
>> --
>> 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/20200716/2e97b242/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Thu, 16 Jul 2020 11:20:50 -0500
>> From: Grant Birchmeier <gbirchmeier at connamara.com>
>> To: "Mailing list for QuickFIX/n" <quickfixn at lists.quickfixn.com>
>> Subject: Re: {{Quickfixn}} Quickfixn Connection Webpage after Upgrade
>> Message-ID:
>>         <CAMq4opOS46HdDRrT5gUNuwKjpEndJvCU+pqn5D9VbSi9XKmO=
>> A at mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Just to clarify, those exclamation points were not in anger, I was
>> laughing
>> :)
>>
>> On Thu, Jul 16, 2020 at 10:57 AM Grant Birchmeier <
>> gbirchmeier at connamara.com>
>> wrote:
>>
>> > Nate-- I got your off-list email, and now it makes sense.
>> >
>> > "Also worth noting this is actually from 1.0.3 not 1.3.0"
>> >
>> > That's not a valid QF/n version!  You weren't using QF/n at all --- You
>> > were actually using the original C++ QuickFIX with the SWIG C# wrapper!
>> >
>> > No wonder I couldn't find the web interface in QF/n.  It didn't have
>> one!
>> >
>> > Please try the HttpServer I suggested before and let me know how it
>> goes.
>> > It was a submission some years back, and I don't think I've ever used it
>> > myself.  But maybe we can turn this undocumented orphan into a
>> documented
>> > feature.
>> >
>> > -Grant
>> >
>> > On Thu, Jul 16, 2020 at 9:28 AM Grant Birchmeier <
>> > gbirchmeier at connamara.com> wrote:
>> >
>> >> 1.3.0 goes back to 2012.  I was pretty new to the project at that time,
>> >> and the other guys from then are long gone.  If anybody can help,
>> please
>> >> chime in.
>> >>
>> >> I just browsed the code on that old tag, and I don't know where this
>> >> server is coded or configured.  Honestly, I only have vague memories of
>> >> people mentioning this feature, and I've never used it myself.  I'm
>> kind of
>> >> shocked that I can't identify a class or grep the right term to find
>> where
>> >> this could be coming from.
>> >>
>> >> Do you still have your old build running?  Can you send me (off-list) a
>> >> copy of the resulting web page?  (to save me the time of spinning up an
>> >> old-build app for myself)
>> >>
>> >> I see we currently have a class called HttpServer that might be
>> >> relevant.  However, I don't see any documentation on how to use it.
>> Why
>> >> don't you take a look and see if you can instantiate it and connect to
>> it?
>> >>
>> https://github.com/connamara/quickfixn/blob/master/QuickFIXn/HttpServer.cs
>> >>
>> >> If you have some luck, I will create a new page in the tutorial to
>> >> document its usage.
>> >>
>> >> -Grant
>> >>
>> >>
>> >>
>> >>
>> >> On Thu, Jul 16, 2020 at 7:25 AM Nate Kershner <nathaneleven at gmail.com>
>> >> wrote:
>> >>
>> >>> We just went live with an upgrade to QuickFix/n (1.0.3 to 1.10).
>> >>> Obviously 1.0.3 is a very old version, but I'm hoping someone can
>> assist.
>> >>> In the old version, if you visited http://localhost on the server or
>> >>> http://<servername> from another machine, it presented you with
>> webpage
>> >>> with a list of connections and their sequence numbers with the
>> ability to
>> >>> adjust them, but after upgrading it's no longer working (error
>> message is
>> >>> Unable to connect). I don't see any actual webpage configured
>> anywhere on
>> >>> the server we run our service on (IIS isn't even installed), so I'm
>> pretty
>> >>> sure it was somehow served up by the engine itself? Any ideas if this
>> is
>> >>> the case and if there's an equivalent in 1.10 or if I'll just need to
>> build
>> >>> an equivalent myself?
>> >>>
>> >>> Thanks,
>> >>> Nate
>> >>> _______________________________________________
>> >>> 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
>> >>
>> >
>> >
>> > --
>> > Grant Birchmeier
>> > *Connamara Systems, LLC*
>> > *Made-To-Measure Trading Solutions.*
>> > Exactly what you need. No more. No less.
>> > http://connamara.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/20200716/a2173d4a/attachment.html
>> >
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> Quickfixn mailing list
>> Quickfixn at lists.quickfixn.com
>> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>>
>>
>> ------------------------------
>>
>> End of Quickfixn Digest, Vol 105, Issue 21
>> ******************************************
>>
> _______________________________________________
> 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/20200716/3cb2c181/attachment.htm>


More information about the Quickfixn mailing list