Skip to content

Commit

Permalink
Update 05 Data Time Zone.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Nov 15, 2024
1 parent b735dc3 commit 21e8494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="section-example-container">
<pre class="python"># Get the timezone of an asset.
time_zone = self.market_hours_database.get_data_time_zone(Market.USA, self.symbol, SecurityType.EQUITY)</pre>
time_zone = self.market_hours_database.get_data_time_zone(Market.USA, self._symbol, SecurityType.EQUITY)</pre>
<pre class="csharp">// Get the timezone of an asset.
var timeZone = MarketHoursDatabase.GetDataTimeZone(Market.USA, _symbol, SecurityType.Equity);</pre>
</div>

0 comments on commit 21e8494

Please sign in to comment.