C# Class FastQuant.EventPipe

Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( IEventQueue queue ) : void
Clear ( ) : void
Dequeue ( ) : Event
EventPipe ( Framework framework, bool threaded = false ) : System
IsEmpty ( ) : bool
Read ( ) : Event
Remove ( IEventQueue queue ) : void

Method Details

Add() public method

public Add ( IEventQueue queue ) : void
queue IEventQueue
return void

Clear() public method

public Clear ( ) : void
return void

Dequeue() public method

public Dequeue ( ) : Event
return Event

EventPipe() public method

public EventPipe ( Framework framework, bool threaded = false ) : System
framework Framework
threaded bool
return System

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