Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
FastQuant
EventController
C# Class FastQuant.EventController
显示文件
Open project: fastquant/fastquant.dll
Public Methods
Method
Description
Emit
(
Event
e
) :
void
EventController
(
Framework
framework
) :
System
OnCommand
(
Command
command
) :
void
Method Details
Emit()
public
method
public
Emit
(
Event
e
) :
void
e
Event
return
void
EventController()
public
method
public
EventController
(
Framework
framework
) :
System
framework
Framework
return
System
OnCommand()
public
method
public
OnCommand
(
Command
command
) :
void
command
Command
return
void