Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FastQuant
EventTree
C# Class FastQuant.EventTree
Show file
Open project: fastquant/fastquant.dll
Public Methods
Method
Description
Add
(
IEventQueue
queue
) :
void
Clear
( ) :
void
IsEmpty
( ) :
bool
Read
( ) :
Event
Remove
(
IEventQueue
queue
) :
void
Private Methods
Method
Description
method_0
(
EventTreeItem
item
) :
void
Method Details
Add()
public
method
public
Add
(
IEventQueue
queue
) :
void
queue
IEventQueue
return
void
Clear()
public
method
public
Clear
( ) :
void
return
void
IsEmpty()
public
method
public
IsEmpty
( ) :
bool
return
bool
Read()
public
method
public
Read
( ) :
Event
return
Event
Remove()
public
method
public
Remove
(
IEventQueue
queue
) :
void
queue
IEventQueue
return
void