C# Class FastQuant.Bar

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddField ( string name, byte index ) : void
Bar ( ) : System
Bar ( Bar bar ) : System
Bar ( System.DateTime openDateTime, System.DateTime closeDateTime, int instrumentId, BarType type, long size, double open, double high, double low, double close = 0.0, long volume, long openInt ) : System
ToString ( ) : string
this ( int index ) : object
this ( string name ) : object

Method Details

AddField() public static méthode

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

Bar() public méthode

public Bar ( ) : System
Résultat System

Bar() public méthode

public Bar ( Bar bar ) : System
bar Bar
Résultat System

Bar() public méthode

public Bar ( System.DateTime openDateTime, System.DateTime closeDateTime, int instrumentId, BarType type, long size, double open, double high, double low, double close = 0.0, long volume, long openInt ) : System
openDateTime System.DateTime
closeDateTime System.DateTime
instrumentId int
type BarType
size long
open double
high double
low double
close double
volume long
openInt long
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

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

this() public méthode

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