Thank´s for all the useful answers I got!. I am now able to connect to TWS, via a control supplied by IB. Visual Studio lets me
see a whole list of methods.
As a my next step I attempt to call the mehod 'reqMktData()
Unfortunately I don't know what values to put in the parameter list. Are there any descriptions, other than general things such as int, string etc.
I found two overloaded methods
1)
reqMktData(int id, string symbol, string secType, string expiry, double strike, string right, string multiplier,
string exchange, string primaryExchange, string curency);
2)
reqMktData2(int id, string localSymbol, string secType, string exchange, string primaryExchange, string curency);
id, - what does it refer to? just sending an int with the value zero
won´t work.
symbol - here I put DAX (which works in the IB trader work station)
secType - I have no idea what this refers to
strike, right, multiplier, - I have no idea what this refer to either
exchange - here I put DTB (which works in the IB trader work station)
Primary Exchange - I have no idea what this refer to either
Local account - I have no idea what this refer to either
see a whole list of methods.
As a my next step I attempt to call the mehod 'reqMktData()
Unfortunately I don't know what values to put in the parameter list. Are there any descriptions, other than general things such as int, string etc.
I found two overloaded methods
1)
reqMktData(int id, string symbol, string secType, string expiry, double strike, string right, string multiplier,
string exchange, string primaryExchange, string curency);
2)
reqMktData2(int id, string localSymbol, string secType, string exchange, string primaryExchange, string curency);
id, - what does it refer to? just sending an int with the value zero
won´t work.
symbol - here I put DAX (which works in the IB trader work station)
secType - I have no idea what this refers to
strike, right, multiplier, - I have no idea what this refer to either
exchange - here I put DTB (which works in the IB trader work station)
Primary Exchange - I have no idea what this refer to either
Local account - I have no idea what this refer to either
