QuantConnect / Lean.DataSource.Polygon

LEAN Polygon Data Source
3 stars 5 forks source link

Prevent credentials from being overriden by SetJob #7

Closed jhonabreul closed 7 months ago

jhonabreul commented 7 months ago

Description

Prevent credentials from being overriden by SetJob. Locally the API key can be in the config which will be initialize Polygon, but then SetJob could be called without data overriding the API key with a null value. This prevents this from happening.

Related Issue

N/A

Motivation and Context

N/A

Requires Documentation Change

N/A

How Has This Been Tested?

Types of changes

Checklist: