Hi, Karl, and thanks once again for this great C# client.
Can anyone tell me the correct inputs to the Contract structure for cash Forex? Here's what I'm using so far, but I'm not getting any symbols. No problem with futures or options.
Contract.Symbol = Curr1;
Contract.SecurityType = Krs.Ats.IBNet.SecurityType.Cash;
Contract.Expiry = "";
Contract.Strike = 0;
Contract.Right = Krs.Ats.IBNet.RightType.Undefined;
Contract.Multiplier = "";
Contract.Exchange = "IDEALPRO";
Contract.PrimaryExch = "";
Contract.Currency = Curr2; //localSymbol or maybe "USD"
Contract.LocalSymbol = localSymbol;
Using localSymbol for either or both of Contract.Symbol and Contract.Currency doesn't do it either.
The symbol format used for cash Forex consists of two currencies separate by a dot (e.g., AUD.JPY).
Thanks for any help.
Mark