C# Class FastQuant.InstrumentServer

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

Protected Properties

Property Type Description
framework Framework
instruments InstrumentList

Public Methods

Method Description
Close ( ) : void
Delete ( Instrument instrument ) : void
Dispose ( ) : void
Flush ( ) : void
InstrumentServer ( Framework framework ) : System
Load ( ) : InstrumentList
Open ( ) : void
Save ( Instrument instrument ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( Instrument instrument ) : void
instrument Instrument
return void

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

InstrumentServer() public method

public InstrumentServer ( Framework framework ) : System
framework Framework
return System

Load() public method

public Load ( ) : InstrumentList
return InstrumentList

Open() public method

public Open ( ) : void
return void

Save() public method

public Save ( Instrument instrument ) : void
instrument Instrument
return void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
return Framework

instruments protected_oe property

protected InstrumentList instruments
return InstrumentList