프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 | |
리턴 | System |