C# Class FastQuant.News

Inheritance: DataObject
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
News ( ) : System
News ( System.DateTime dateTime, int providerId, int instrumentId, byte urgency, string url, string headline, string text ) : System
ToString ( ) : string

Method Details

News() public method

public News ( ) : System
return System

News() public method

public News ( System.DateTime dateTime, int providerId, int instrumentId, byte urgency, string url, string headline, string text ) : System
dateTime System.DateTime
providerId int
instrumentId int
urgency byte
url string
headline string
text string
return System

ToString() public method

public ToString ( ) : string
return string