C# Class FastQuant.EventTree

Datei anzeigen 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