¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
C# Option Contract Details
You should be able to get all options by calling reqContractDetailsEx(). Just leave strike, right, and possibly expiry blank/zero. [rwk] --- "andrewcmeier" <andrewcmeier@...> wrote:
By rwk2095 <r@...> · #29134 ·
Re: Tick Encoding/Decoding
Your original post (OP) makes more sense now. I was unfamiliar with TickUtils.jar because it appears to be Java, and I don't speak Java. It sounds like I am doing something similar to
By rwk2095 <r@...> · #29133 ·
C# Option Contract Details
I am not sure if anyone has answered your question to your satisfaction yet but I wanted to give you what I have figured out for options. using request market data you would have something like
By t0ksik · #29135 ·
Re: problem with contract details
Good news... the problem will be fixed on 7/18. We just need to include the full expiration in the format of YYYYMMDD when invoking the reqContractDeta ils( ) method.
By dairen62 <no_reply@...> · #29132 ·
Re: Tick Encoding/Decoding
I'm the author of the TickUtils.jar you're referring to. (For others reading this thread, this jar can be found in the Files section of this group. It provides encoding and decoding facilities to
By Richard L King · #29131 ·
C# Option Contract Details
Excellent, it worked, had to change a couple of other fields but it was definitely the contractID, thank you. The final code I used is: AAAA = new Contract(0, "AAPL", SecurityType.Option,
By andrewcmeier <andrewcmeier@...> · #29130 ·
Re: C# Option Contract Details
contractId is IB's own unique identifier for a contract. If you know this id for a specific contract, you can use it in a contract details request and not supply any of the other fields. Setting
By Richard L King · #29129 ·
Re: Tick Encoding/Decoding
1. I am making data request as: mClientSocket.reqMktData(id, contract, "", false); which returns the "last price and quantity in separate callbacks". So, using the post #24461 that you suggested I
By unatnahs57 <no_reply@...> · #29128 ·
Re: C# Option Contract Details
I've given this a quick try, no luck yet, will try again when I get a chance.
By andrewcmeier <andrewcmeier@...> · #29127 ·
C# Option Contract Details
I've tried both dates, no luck.
By andrewcmeier <andrewcmeier@...> · #29126 ·
C# Option Contract Details
I've had a look, it looks great, however, I still can't seem to fix my problem. The way you set up a contract in VB is: contract.conId = Convert.ToInt32(ss(2))
By andrewcmeier <andrewcmeier@...> · #29125 ·
Re: Tick Encoding/Decoding
It's not clear from your question what you're trying to accomplish. If you're interested in market microstructure, i.e. very short term, you might have a look at TickString. See this old
By rwk2095 <r@...> · #29124 ·
option expiry [was: C# Option Contract Details]
The expiry is as it always was, a friday for US stock options. The OSI symbol, introduced a couple years ago, is always one day later than the expiry. If you are using the OSI symbol use saturday;
By Kurt Bigler · #29122 ·
Tick Encoding/Decoding
Hi All, I'm trying to encode tick data from IB, and wanted to use TickUtils.jar contributed here. But it seems to work with standard tick formats for example a Trade tick would have format (%time
By sc1447 · #29123 ·
Re: C# Option Contract Details
In the file section of this group I wrote a option chain getter I included the source.it in vb and conversion is easy to c# i had very little problems with it it get the chain of any stock
By nickhere@... · #29121 ·
Re: C# Option Contract Details
Should '20130719' be '20130720'? I.e. 19 -> 20 to match the tws market line. (Although IB will expire the option on the 19th. Confusing.) Pete
By Peter Gum <petergum@...> · #29120 ·
Re: C# Option Contract Details
You're running an older version of ib-csharp. The latest code is now hosted here: https://github.com/krs43/ib-csharp Download that and give it a try. Shane
By Shane Castle · #29119 ·
Re: C# Option Contract Details
Oops, Tester and A1 were meant to be the same variable in the options lines, change Tester to A1 and that is what I have.
By andrewcmeier <andrewcmeier@...> · #29118 ·
C# Option Contract Details
Hi there, I've started using the Krs.Ats.IBNet software (http://code.google.com/p/ib-csharp/downloads/detail?name=Krs.Ats.IBNet9.66.0.21.Full.zip) to develop TWS software in C#. Setting up equities
By andrewcmeier <andrewcmeier@...> · #29117 ·
TWS API child order questions
nothing is reliable in demo account. you cannot assume anything by induction from your experience with edemo/demouser: this is my opinion after doing initial tests on demo account.
By cf16r <piter@...> · #29116 ·