C# 클래스 FastQuant.Bar

상속: DataObject
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddField() 공개 정적인 메소드

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

Bar() 공개 메소드

public Bar ( ) : System
리턴 System

Bar() 공개 메소드

public Bar ( Bar bar ) : System
bar Bar
리턴 System

Bar() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object