Author |
Topic: DesiredResultCount ignores setting only returns 50 contracts (3 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
DAronow1742 Posts: 10 Joined: Sep 14, 2015 |
I'm trying to retrieve all Brent Crude contracts like this (C# API):
var sl = new SymbolLookupCriteria(); In the callback however I only get 50 contracts and the DesiredResultCount is set to 50. Any idea what's going on? Is there some other setting I'm missing? Dave David Aronow |
||||
CMicciche902 Posts: 367 Joined: |
Dave,
This is expected behavior. Symbol lookup will truncate results based on your "Quote" limit. The default data limits for the OEC data feed are the following:
5 DOMs (Depth of Market) aka Price Ladder or Matrix Histogram limit = MaxBars + DOM 50 Futures Quotes 50 Options on Futures Quotes Chris M |
||||
VPfau Moderator Posts: 164 Joined: |
Dave,
DesiredResultCount is restricted from above by server's settings. Right now it is 50 Vitaliy Pfau |
||||