Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FastQuant
EventTree
C# 클래스 FastQuant.EventTree
파일 보기
프로젝트 열기: fastquant/fastquant.dll
공개 메소드들
메소드
설명
Add
(
IEventQueue
queue
) :
void
Clear
( ) :
void
IsEmpty
( ) :
bool
Read
( ) :
Event
Remove
(
IEventQueue
queue
) :
void
비공개 메소드들
메소드
설명
method_0
(
EventTreeItem
item
) :
void
메소드 상세
Add()
공개
메소드
public
Add
(
IEventQueue
queue
) :
void
queue
IEventQueue
리턴
void
Clear()
공개
메소드
public
Clear
( ) :
void
리턴
void
IsEmpty()
공개
메소드
public
IsEmpty
( ) :
bool
리턴
bool
Read()
공개
메소드
public
Read
( ) :
Event
리턴
Event
Remove()
공개
메소드
public
Remove
(
IEventQueue
queue
) :
void
queue
IEventQueue
리턴
void