Files
quantconnect--lean/Algorithm.Python/BasicTemplateOptionsHistoryAlgorithm.py
T
2017-09-15 18:09:54 -04:00

11 lines
174 B
Python

using System;
namespace QuantConnect.Algorithm.Python
{
public class BasicTemplateOptionsHistoryAlgorithm
{
public BasicTemplateOptionsHistoryAlgorithm()
{
}
}
}