News Class
[DataContract()]
public class News : DataObject
This language is not supported or no code example is available.
[DataContract()]
public ref class News : public DataObject^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
News() | |
|
News(DateTime, int, int, byte, string, string, string) |
| Name | Description | |
|---|---|---|
|
DateTime | Gets or sets the date time. (inherited from Event). |
|
Headline | |
|
InstrumentId | |
|
ProviderId | |
|
Text | |
|
TypeId | Gets the type identifier. |
|
Urgency | |
|
Url |
| 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. |