Open
Description
Expected Behavior
Returns All bars even the API returns zero result of some properties.
Actual Behavior
We have skipped bars in code base.
Potential Solution
Remove condition and test with GetHistoryRequestWithCalculateAmountReturnsData
Reproducing the Problem
Use Option Symbol with any resolution in GetHistoryRequestWithCalculateAmountReturnsData
test.
[TestCase("AAPL", SecurityType.Option, Resolution.Minute, "2025/02/19", "2025/02/20", new[] { TickType.Quote, TickType.Trade })]