Quote Class
[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.
Name | Description | |
---|---|---|
![]() |
Quote(Bid, Ask) | Initializes a new instance of the Quote class. |
![]() |
Quote(DateTime, byte, int, double, int, double, int) | Initializes a new instance of the Quote class. |
Name | Description | |
---|---|---|
![]() |
Clone() | (inherited from DataObject). |
![]() |
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
![]() |
ToString() | Returns a String that represents this instance. (inherited from Event). |