C# Class MonoStockPortfolio.Core.StockData.YahooFinanceStockData

Mostra file Open project: mgroves/MonodroidStockPortfolio Class Usage Examples

Public Properties

Property Type Description
Change decimal
ChangeRealTime string
LastTradePrice decimal
LastTradeTime string
Name string
RealTimeLastTradeWithTime string
Ticker string
Volume string

Property Details

Change public_oe property

public decimal Change
return decimal

ChangeRealTime public_oe property

public string ChangeRealTime
return string

LastTradePrice public_oe property

public decimal LastTradePrice
return decimal

LastTradeTime public_oe property

public string LastTradeTime
return string

Name public_oe property

public string Name
return string

RealTimeLastTradeWithTime public_oe property

public string RealTimeLastTradeWithTime
return string

Ticker public_oe property

public string Ticker
return string

Volume public_oe property

public string Volume
return string