<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">There are two example Acceptor programs: SimpleAcceptor and Executor.</div><div class="gmail_default" style><font color="#000000"><a href="https://github.com/connamara/quickfixn/tree/master/Examples">https://github.com/connamara/quickfixn/tree/master/Examples</a></font><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Here's another dumb Acceptor app I put together some time ago:</div><div class="gmail_default" style><font color="#000000"><a href="https://github.com/gbirchmeier/QfnDemoApps/tree/master/PilotAcceptor44">https://github.com/gbirchmeier/QfnDemoApps/tree/master/PilotAcceptor44</a></font><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 4:42 AM, Blessing Mdunge <span dir="ltr"><<a href="mailto:bmdunge@aospartner.com" target="_blank">bmdunge@aospartner.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm new on FIX, I've gone through the FIX notes setups and I'm starting to have an understand of how it works, but I have a question. I have been asked to develop an API that will act as an Acceptor, and reply with messages back to the initiator.<br>
<br>
All examples I'm getting are on console, does anyone have an example that I can learn from. I'm using C# - <a href="http://ASP.NET" rel="noreferrer" target="_blank">ASP.NET</a><br>
Thanks.<br>
<br>
Regards<br>
<br>
Blessing Mdunge | Developer | Business Solutions<br>
Automated Outsourcing Services (Pty) Ltd<br>
<br>
Office 011 561 6639 | Fax 011 388 1182 | Cell 074 000 0000<br>
15 Philips Street | Ferndale | Randburg | South Africa | 2194<br>
PO Box 4769 | Randburg | South Africa | 2125<br>
<a href="http://www.aospartner.com" rel="noreferrer" target="_blank">www.aospartner.com</a><br>
<br>
<br>
<br>
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful. Automated Outsourcing Services (Pty) Ltd cannot guarantee the integrity of this communication or that it is free of errors, interceptions, viruses, nor can it accept any responsibility for delayed transmission of this message. Any views or opinions presented are solely those of the author and not the company. Automated Outsourcing Services (Pty) Ltd is an authorised financial services provider [FSP 650]<br>
<br>
<br>
-----Original Message-----<br>
From: Quickfixn [mailto:<a href="mailto:quickfixn-bounces@lists.quickfixn.com">quickfixn-bounces@lists.quickfixn.com</a>] On Behalf Of <a href="mailto:quickfixn-request@lists.quickfixn.com">quickfixn-request@lists.quickfixn.com</a><br>
Sent: 23 June 2015 12:12 AM<br>
To: <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br>
Subject: Quickfixn Digest, Vol 44, Issue 12<br>
<br>
Send Quickfixn mailing list submissions to<br>
        <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:quickfixn-request@lists.quickfixn.com">quickfixn-request@lists.quickfixn.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:quickfixn-owner@lists.quickfixn.com">quickfixn-owner@lists.quickfixn.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific than "Re: Contents of Quickfixn digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1.  Storing session to send MarketDataIncrementalRefresh<br>
      (Nicholas Tucker)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 22 Jun 2015 08:43:59 +0000<br>
From: Nicholas Tucker <<a href="mailto:ntucker@mercuria.com">ntucker@mercuria.com</a>><br>
To: Mailing list for QuickFIX/n <<a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a>><br>
Subject: {{Quickfixn}} Storing session to send<br>
        MarketDataIncrementalRefresh<br>
Message-ID:<br>
        <56CFE9C1A4909349B231CF657638E0F83196A9CD@CHGVA-MBX01.mercuria.met><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hi,<br>
I am using MarketDataRequest and MarketDataFullRefresh in order for the client to send a request for market data and response of the snapshot (of bids/offers).  Is it ok to store the session that is used for the response for this message to send follow up MarketDataIncremental updates when I want to send an update to a bid or offer to the client?  I am using quickfix/n so could perform Session.DoesSessionExist to check the session is still active (I need to check this method does what I think it will do).<br>
<br>
Thanks,<br>
Nick<br>
<br>
The message may contain confidential information, any reproduction or dissemination is strictly prohibited. The message does not constitute advice, whether tax, legal, accounting or otherwise. If you have received a message in error please notify sender immediately and delete it.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20150622/a32d6d9b/attachment.html" rel="noreferrer" target="_blank">http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20150622/a32d6d9b/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Quickfixn Digest, Vol 44, Issue 12<br>
*****************************************<br>
<br>
_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div><font size="2"><span style="background-color:#000000"><span style="background-color:#ffffff">Grant Birchmeier</span></span></font><font size="2"><font color="#3333ff"><br></font></font></div><div><font size="2"><b><font color="#3333ff"><span style="background-color:#ffcc33"><span style="background-color:#ffcc66"><span style="background-color:#ffcc99"><span style="background-color:#ffffff"><span style="background-color:#ffcc00">Connamara Systems, LLC</span></span></span></span></span></font></b></font><br></div><div><font size="2"><b>Made-To-Measure Trading Solutions.</b></font></div><div><font size="2">Exactly what you need. No more. No less.</font><font size="2"><b><font color="#3333ff"><br></font></b></font></div><div><font size="2"><a href="http://connamara.com" target="_blank">http://connamara.com</a><br></font></div></div>
</div>