Re: Persistent reqId or orderID
A reqId and an orderId are two quite different beasts and behave differently. reqIds are sent once to the API, and only ever once. They are used for 'requests' for data rather than for orders - i.e.
By
David Walker
·
#50475
·
|
Re: API error - Your API version does not support fractional size rules (during forex price extraction)
Hi Tom, Thanks for that reply... I am making an assumption from your reply that this is the first of a list of changes that is likely to affect other currencies as well... would that be correct?....
By
Ed Bell
·
#50474
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Lol, you're so lazy apparently that it's not enough someone tell you so... but you actually need to have each and every detail of just how lazy you're being spelt out. Glad you got the answer you were
By
buddy
·
#50473
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
OUTSTANDING thank you so much J¨¹rgen. The error callbacks you have encountered over time is something that will save me a lot of time.? The data started flowing again this morning of it's own
By
dent
·
#50472
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
The approach you describe sounds reasonable and seems to have worked for you for a while. But there are a few details that come to mind that make the process more robust and tolerant of changes by
By
J¨¹rgen Reinold
·
#50471
·
Edited
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Either am I, guess that was my point. I would post my C++ solution which works very well for my purposes but that would be inappropriate. Not to mention, at the very core, it's basically just like the
By
buddy
·
#50470
·
|
Re: API error - Your API version does not support fractional size rules (during forex price extraction)
Hi, IB support mentioned they changed the variable type of AUD.USD to decimal. This is the first of a long list of changes among currency pairs. This change is permanent, so I would not expect any
By
twoprint@...
·
#50469
·
|
Older tws version availability
Hi, I have met some troubles with the latest change in AUD.USD spot on IB. I would need to retrieve an older version of TWS to make it compatible with my third party api version. Would anyone know if
By
twoprint@...
·
#50468
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
I'm not expecting anything as I can't see any other way to handle it. It's just a basic awaitio loop with tagging. Been around since the late 80's nothing particularly innovative about it. I'm just
By
dent
·
#50467
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
I understand... I'm looking forward to reading the replies also.
By
buddy
·
#50466
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
not really, just asking for high level approach. The denizens of this forum are *usually* helpful in this regard.
By
dent
·
#50465
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Lol, I gave you my opinion... use asyncio. But you seem to expect an extremely detailed explanation of how people implement their own proprietary software. I wouldn't hold out much hope for that. You
By
buddy
·
#50464
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
I was one of the first users of ib_insync and I have the deepest respect for ewald.? My question is specific to the flow of the code *NOT* the environment.? I would like to know how others handle,
By
dent
·
#50463
·
|
Re: going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Clearly this question can elicit countless different responses. However, to be honest, if I had to rewrite my application from scratch... I probably would just use
By
buddy
·
#50462
·
|
Re: IO broken pipe anyone seen this recently
That's what I expected. Seems our problems are not related.
By
buddy
·
#50461
·
|
Re: IO broken pipe anyone seen this recently
No it's the same script posting the asynch requests and it has a callback wrapper which hands back the streams from each which has a unique identifier so I know which request is which. I've left the
By
dent
·
#50460
·
|
Re: 2 Factor Authentication Mandatory for Trading Now?
Thank you.
By
impcharts@...
·
#50459
·
|
Re: IO broken pipe anyone seen this recently
Last year I noticed my issue like night and day from 9.x to 10.x and rolled production back because auto-update caught me off guard. Naturally I've stopped auto-updating. Then, out of pure tenacity
By
buddy
·
#50458
·
|
going to have to reconsider my approach to calling reqMktData for multiple symbols how does the forum handle it please?
Hi there I was populating an array with a list of symbols and related exchanges. I'd loop through the array and for each row call reqMktData with a new request id. This kicked off an asynch callback
By
comicpilsen
·
#50457
·
|
Re: IO broken pipe anyone seen this recently
I'm concerned that no one else is seeing this. Points to a failure in logic my end. I would have thought posting a bunch of reqMktData requests each with it's own unique identifier THEN handling the
By
comicpilsen
·
#50456
·
|