Open johnamcruz opened 5 months ago
@johnamcruz Thank you for this report. I have changed this to FeatureRequest as currently we do not have this feature of changing order of response. I passed this feature request to the related people.
Current workaround is fetching all the data using page tokens and sort the responses by yourself unfortunately.
Is there an existing issue for this?
Current Behavior
When I use
GetOptionContractsRequest.strike_price_lte
the data is returned in ascending order. it's returning the option prices for the very last item instead of the first item that is closer to the strike price similar how the data is returned forstrike_price_gte
Expected Behavior
When I use
GetOptionContractsRequest.strike_price_lte
the data is returned it should return the first item that is closer to the strike price.SDK Version I encountered this issue in
latest version
Steps To Reproduce