sch17 / truetrade

Automatically exported from code.google.com/p/truetrade
0 stars 0 forks source link

Use ContractDetails to confirm a new instrument exists #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When adding a new Instrument, the data is entered but never confirmed.  IB
allows retrieval of ContractDetails which include the multiple and tick
size which we need, as well it gives us a double-check to make sure the
instrument is valid.  Should add this to the new instrument dialog.

Original issue reported on code.google.com by tyrotra...@gmail.com on 28 Apr 2007 at 7:31

GoogleCodeExporter commented 8 years ago
ContractDetails also includes the currencies and exchanges that an instrument 
trades
on.  Many of the fields in the AddContractDialog could be populated with this 
info.

Original comment by tyrotra...@gmail.com on 1 May 2007 at 1:37