Skip to content

Commit 141d3c2

Browse files
Merge branch 'databento-integration' of https://github.com/Joseph-Matteo-Scorsone/Lean.DataSource.DataBento into databento-integration
2 parents 580759a + 972017f commit 141d3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuantConnect.DataBento/DataBentoRawLiveClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ private string MapSymbolToDataBento(Symbol symbol)
583583
{
584584
if (symbol.SecurityType == SecurityType.Future)
585585
{
586-
return $"{symbol.ID.Symbol}.v.0"; // Continuous contract
586+
return $"{symbol.ID.Symbol}.c.0"; // Continuous contract
587587
}
588588

589589
return symbol.Value;

0 commit comments

Comments
 (0)