BarSlice Class
Name | Description | |
---|---|---|
![]() |
Average | Gets average price of the bar, (Open + High + Low + Close) / 4 (inherited from Bar). |
![]() |
Bars | |
![]() |
Close | Gets or sets the close. (inherited from Bar). |
![]() |
CloseDateTime | Gets the close date time. (inherited from Bar). |
![]() |
Count | |
![]() |
DateTime | Gets or sets the date time. (inherited from Event). |
![]() |
Duration | Gets the duration. (inherited from Bar). |
![]() |
Fields | (inherited from Bar). |
![]() |
High | Gets or sets the high. (inherited from Bar). |
![]() |
InstrumentId | Gets or sets the instrument identifier. (inherited from Bar). |
![]() |
IsLoaded | |
![]() |
Item(int) | (inherited from Bar). |
![]() |
Item(string) | Gets or sets the Double with the specified name. (inherited from Bar). |
![]() |
Low | Gets or sets the low. (inherited from Bar). |
![]() |
Median | Gets median bar price, (High + Low) / 2. (inherited from Bar). |
![]() |
Open | Gets or sets the open. (inherited from Bar). |
![]() |
OpenDateTime | Gets the open date time. (inherited from Bar). |
![]() |
OpenInt | Gets or sets the open int. (inherited from Bar). |
![]() |
ProviderId | (inherited from Bar). |
![]() |
Range | Gets the range. (inherited from Bar). |
![]() |
Size | Gets or sets the size. (inherited from Bar). |
![]() |
Status | (inherited from Bar). |
![]() |
Type | Gets or sets the type. (inherited from Bar). |
![]() |
TypeId | Gets the type identifier. |
![]() |
Typical | Gets typical bar price, (High + Low + Close) / 3. (inherited from Bar). |
![]() |
Volume | Gets or sets the volume. (inherited from Bar). |
![]() |
Weighted | Gets weighted bar price, (High + Low + 2 * Close) / 4. (inherited from Bar). |
Name | Description | |
---|---|---|
![]() ![]() |
AddField(string, byte) | Adds the field. (inherited from Bar). |
![]() |
Clone() | |
![]() |
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
![]() |
ToString() | Returns a String that represents this instance. |