Lean
$LEAN_TAG$
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
h
i
l
m
n
o
p
q
r
s
t
w
Functions
Enumerations
a
b
c
d
f
h
i
l
m
n
o
p
q
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Γ
Δ
Θ
ρ
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Γ
Δ
Θ
ρ
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
a
b
c
d
e
f
i
l
m
n
o
q
r
s
t
u
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
DataDensity.cs
1
namespace
QuantConnect.ToolBox.RandomDataGenerator
2
{
3
/// <summary>
4
/// Specifies how dense data should be generated
5
/// </summary>
6
public
enum
DataDensity
7
{
8
/// <summary>
9
/// At least once per resolution step
10
/// </summary>
11
Dense
,
12
13
/// <summary>
14
/// At least once per 5 resolution steps
15
/// </summary>
16
Sparse
,
17
18
/// <summary>
19
/// At least once per 50 resolution steps
20
/// </summary>
21
VerySparse
22
}
23
}
ToolBox
RandomDataGenerator
DataDensity.cs
Generated by
1.8.17