C# Class FastQuant.InstrumentManager

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Instrument instrument, bool save = true ) : void
Clear ( ) : void
Contains ( string symbol ) : bool
Delete ( Instrument instrument ) : void
Delete ( int id ) : void
Delete ( string symbol ) : void
Dump ( ) : void
Get ( string symbol ) : Instrument
GetById ( int id ) : Instrument
InstrumentManager ( Framework framework, InstrumentServer server ) : System
Load ( ) : void
Save ( Instrument instrument ) : void
this ( string symbol ) : Instrument

Method Details

Add() public méthode

public Add ( Instrument instrument, bool save = true ) : void
instrument Instrument
save bool
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string symbol ) : bool
symbol string
Résultat bool

Delete() public méthode

public Delete ( Instrument instrument ) : void
instrument Instrument
Résultat void

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

Delete() public méthode

public Delete ( string symbol ) : void
symbol string
Résultat void

Dump() public méthode

public Dump ( ) : void
Résultat void

Get() public méthode

public Get ( string symbol ) : Instrument
symbol string
Résultat Instrument

GetById() public méthode

public GetById ( int id ) : Instrument
id int
Résultat Instrument

InstrumentManager() public méthode

public InstrumentManager ( Framework framework, InstrumentServer server ) : System
framework Framework
server InstrumentServer
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

Save() public méthode

public Save ( Instrument instrument ) : void
instrument Instrument
Résultat void

this() public méthode

public this ( string symbol ) : Instrument
symbol string
Résultat Instrument