QuantConnect / Lean.Brokerages.Samco

Samco Brokerage Plugin
Apache License 2.0
1 stars 6 forks source link

Return null on unsupported history and data download requests #23

Closed jhonabreul closed 8 months ago

jhonabreul commented 8 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: