C# Class FastQuant.Fundamental

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

Private Properties

Свойство Type Description
Print_Temporary void

Méthodes publiques

Méthode Description
AddField ( string name, byte index ) : void
Contains ( string name ) : bool
Fundamental ( System.DateTime dateTime, int providerId, int instrumentId ) : System
GetIndex ( string name ) : byte
Print ( ) : void
RemoveField ( string name ) : void
ToString ( ) : string
this ( byte index ) : object
this ( string name ) : object

Private Methods

Méthode Description
Print_Temporary ( ) : void

Method Details

AddField() public static méthode

public static AddField ( string name, byte index ) : void
name string
index byte
Résultat void

Contains() public static méthode

public static Contains ( string name ) : bool
name string
Résultat bool

Fundamental() public méthode

public Fundamental ( System.DateTime dateTime, int providerId, int instrumentId ) : System
dateTime System.DateTime
providerId int
instrumentId int
Résultat System

GetIndex() public static méthode

public static GetIndex ( string name ) : byte
name string
Résultat byte

Print() public static méthode

public static Print ( ) : void
Résultat void

RemoveField() public static méthode

public static RemoveField ( string name ) : void
name string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( byte index ) : object
index byte
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object