BarSlice Class

[DataContract()] 
public class BarSlice : Bar
This language is not supported or no code example is available.
[DataContract()] 
public ref class BarSlice : public Bar^
This language is not supported or no code example is available.
public  
DataContract() 
class BarSlice 
extends Bar
This language is not supported or no code example is available.
Name Description
Public property Average Gets average price of the bar, (Open + High + Low + Close) / 4 (inherited from Bar).
Public property Bars
Public property Close Gets or sets the close. (inherited from Bar).
Public property CloseDateTime Gets the close date time. (inherited from Bar).
Public property Count
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Duration Gets the duration. (inherited from Bar).
Public property Fields (inherited from Bar).
Public property High Gets or sets the high. (inherited from Bar).
Public property InstrumentId Gets or sets the instrument identifier. (inherited from Bar).
Public property IsLoaded
Public property Item(int) (inherited from Bar).
Public property Item(string) Gets or sets the Double with the specified name. (inherited from Bar).
Public property Low Gets or sets the low. (inherited from Bar).
Public property Median Gets median bar price, (High + Low) / 2. (inherited from Bar).
Public property Open Gets or sets the open. (inherited from Bar).
Public property OpenDateTime Gets the open date time. (inherited from Bar).
Public property OpenInt Gets or sets the open int. (inherited from Bar).
Public property ProviderId (inherited from Bar).
Public property Range Gets the range. (inherited from Bar).
Public property Size Gets or sets the size. (inherited from Bar).
Public property Status (inherited from Bar).
Public property Type Gets or sets the type. (inherited from Bar).
Public property TypeId Gets the type identifier.
Public property Typical Gets typical bar price, (High + Low + Close) / 3. (inherited from Bar).
Public property Volume Gets or sets the volume. (inherited from Bar).
Public property Weighted Gets weighted bar price, (High + Low + 2 * Close) / 4. (inherited from Bar).
Top
Methods
 
Name Description
Public method Static AddField(string, byte) Adds the field. (inherited from Bar).
Public method Clone()
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition