{{Quickfixn}} fix42 login
Greg Jessup
gregjessup at gmail.com
Fri Mar 1 14:35:05 PST 2013
public void ToAdmin(QuickFix.Message message, QuickFix.SessionID sessionID)
{
QuickFix.Fields.Username _un = new QuickFix.Fields.Username("user");
QuickFix.Fields.Password _pass = new QuickFix.Fields.Password("pword");
message.SetField(_un);
message.SetField(_pass);
}
On Fri, Mar 1, 2013 at 5:32 PM, Walter Robert Ditzler
<ditwal001 at gmail.com>wrote:
> Hi mike,****
>
> ** **
>
> thanks a lot for the quick response. I will have a look on that like you
> sent me J****
>
> ** **
>
> have a nice weekend, I hope I don’t have to come back here again for the
> login issue J,****
>
> ** **
>
> walter.****
>
> ** **
>
> ** **
>
> ** **
>
> *From:* quickfixn-bounces at lists.quickfixn.com [mailto:
> quickfixn-bounces at lists.quickfixn.com] *On Behalf Of *Mike Gatny
> *Sent:* Freitag, 1. März 2013 23:30
> *To:* Mailing list for QuickFIX/n
> *Subject:* Re: {{Quickfixn}} fix42 login****
>
> ** **
>
> The QuickFIX/J FAQ explains the quickfix way of setting username and
> password -- the concept is basically the same in QuickFIX/n:
> http://www.quickfixj.org/confluence/display/qfj/User+FAQ****
>
> ** **
>
> Note that you can put whatever you want in the config file, but only
> certain config options are handled for you automatically. So, you can put
> Username and Password in the config file, but you'll have to read them out
> of the SessionSettings object yourself to make use of them.****
>
> ** **
>
> --
> Mike Gatny
> Connamara Systems, LLC ****
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20130301/3353d2ef/attachment-0002.htm>
More information about the Quickfixn
mailing list