C# Class FastQuant.Fundamental

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

Private Properties

Property Type Description
Print_Temporary void

Public Methods

Method 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

Method Description
Print_Temporary ( ) : void

Method Details

AddField() public static method

public static AddField ( string name, byte index ) : void
name string
index byte
return void

Contains() public static method

public static Contains ( string name ) : bool
name string
return bool

Fundamental() public method

public Fundamental ( System.DateTime dateTime, int providerId, int instrumentId ) : System
dateTime System.DateTime
providerId int
instrumentId int
return System

GetIndex() public static method

public static GetIndex ( string name ) : byte
name string
return byte

Print() public static method

public static Print ( ) : void
return void

RemoveField() public static method

public static RemoveField ( string name ) : void
name string
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( byte index ) : object
index byte
return object

this() public method

public this ( string name ) : object
name string
return object