Ask Class

A tick with the best ask price and size
[DataContract()] 
public class Ask : Tick
This language is not supported or no code example is available.
[DataContract()] 
public ref class Ask : public Tick^
This language is not supported or no code example is available.
public  
DataContract() 
class Ask 
extends Tick
This language is not supported or no code example is available.
Name Description
Public constructor Ask() Initializes a new instance of the Ask class.
Public constructor Ask(Ask) Initializes a new instance of the Ask class.
Public constructor Ask(DateTime, DateTime, byte, int, double, int) Initializes a new instance of the Ask class.
Public constructor Ask(DateTime, byte, int, double, int) Initializes a new instance of the Ask class.
Public constructor Ask(Tick) Initializes a new instance of the Ask class.
Top
Name Description
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property ExchangeDateTime Gets or sets the exchange date time. (inherited from Tick).
Public property Fields (inherited from Tick).
Public property InstrumentId Gets or sets the instrument identifier. (inherited from Tick).
Public property Item(int) (inherited from Tick).
Public property Price Gets or sets the price. (inherited from Tick).
Public property ProviderId Gets or sets the provider identifier. (inherited from Tick).
Public property Size Gets or sets the size. (inherited from Tick).
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
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).
Internal protected (Protected Friend) field exchangeDateTime (inherited from Tick).
Internal protected (Protected Friend) field instrumentId (inherited from Tick).
Internal protected (Protected Friend) field price (inherited from Tick).
Internal protected (Protected Friend) field providerId (inherited from Tick).
Internal protected (Protected Friend) field size (inherited from Tick).
Top
Remarks
 
The ask price represents the minimum price that a seller or sellers are willing to receive for a security.

In this article

Definition