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
NoTickersAvailableException.cs
1
namespace
QuantConnect.ToolBox.RandomDataGenerator
2
{
3
/// <summary>
4
/// Exception thrown when there are no tickers left to generate for a certain combination of security type and market.
5
/// </summary>
6
public
class
NoTickersAvailableException
:
RandomValueGeneratorException
7
{
8
public
NoTickersAvailableException
(
SecurityType
securityType,
string
market)
9
: base($
"Failed to generate {securityType} symbol for {market}, there are no tickers left"
)
10
{
11
}
12
}
13
}
ToolBox
RandomDataGenerator
NoTickersAvailableException.cs
Generated by
1.8.17