C# Class FastQuant.Bar

Inheritance: DataObject
Mostrar archivo Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Bar() public method

public Bar ( ) : System
return System

Bar() public method

public Bar ( Bar bar ) : System
bar Bar
return System

Bar() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

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

this() public method

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