Quote from rosy2:
again. just because you have 1.5 to 2yrs experience doesnt mean anything. i know people with 10+ years and they can't do anything. Others are straight from school and are incredible.
what can you do?
Quote from rosy2:
very simple.
post a link to some code you wrote and why you wrote it like you did
Quote from kci:
A better way to test my claim is to show me a chunk of code and ask me questions about it or different ways to implement the same thing etc
Asking me to post you a link means I can just show you someone else's work. I'm game for any code challenge in c++, java or c# only.
[b]public void sendNOSMarket(string symbol, string side, int size, long OrdID)[/b]
{
string[] currency;
[b]currency = symbol.Split('/');[/b]
or
if (mdupdateaction.getValue() == [b]'2'[/b])
[b]Console.WriteLine("Enter");[/b]
Quote from TSGannGalt:
Great... we have another "straight out of college idiot" who doesn't know who he's talking to.
So here's a question:
The attached code is the user-side implementation setup for a broker I used for Forex using QuickFIX that I had 3 years ago. I was able to reduce the code to about 1/5. Tell me how I can tweak the OpenSource QuickFIX code to reduce this to 1/2....
(At this point... I haven't touched the QuickFIX source... but I tweaked the source so that I can drastically reduce the code without influencing other setup codes for other brokers...)
Please post the QuickFIX code (there's a few) and the result C# code corresponding to the tweak.