Skip to content

Commit 972017f

Browse files
Needed to be .c not .v for Continuous
1 parent d6e734a commit 972017f

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
@@ -513,7 +513,7 @@ private string MapSymbolToDataBento(Symbol symbol)
513513
{
514514
if (symbol.SecurityType == SecurityType.Future)
515515
{
516-
return $"{symbol.ID.Symbol}.v.0"; // Continuous contract
516+
return $"{symbol.ID.Symbol}.c.0"; // Continuous contract
517517
}
518518

519519
return symbol.Value;

0 commit comments

Comments
 (0)