Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddField ( string name, byte index ) : void | ||
Bar ( ) : System | ||
Bar ( |
||
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 |
public static AddField ( string name, byte index ) : void | ||
name | string | |
index | byte | |
return | void |
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 |