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