11 lines
174 B
Python
11 lines
174 B
Python
using System;
|
|
namespace QuantConnect.Algorithm.Python
|
|
{
|
|
public class BasicTemplateOptionsHistoryAlgorithm
|
|
{
|
|
public BasicTemplateOptionsHistoryAlgorithm()
|
|
{
|
|
}
|
|
}
|
|
}
|