C# Класс FastQuant.Bar

Наследование: DataObject
Показать файл Открыть проект Примеры использования класса

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