Quote Class

Represents a market quote holding the best bid and ask
[DataContract()] 
public class Quote : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class Quote : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class Quote 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor Quote(Bid, Ask) Initializes a new instance of the Quote class.
Public constructor Quote(DateTime, byte, int, double, int, double, int) Initializes a new instance of the Quote class.
Top
Name Description
Public property Ask Gets the best ask
Public property Bid Gets the best bid
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property TypeId Gets the type identifier.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
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. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition