QuantConnect / Lean.Brokerages.ByBit

ByBit Brokerage Integration to LEAN
4 stars 5 forks source link

Return null on unsupported history requests #17

Closed jhonabreul closed 4 months ago

jhonabreul commented 4 months ago

Description

Returning null on unsupported history requests instead of returning an empty enumerable. This allows to differentiate empty results from unsupported cases.

Related Issue

N/A

Motivation and Context

N/A

Requires Documentation Change

N/A

How Has This Been Tested?

Unit tests

Types of changes

Checklist: