C# Class IBE.EDDB_Data.EDMilkyway.MarketData

Mostrar archivo Open project: Duke-Jones/ED-IBE

Public Properties

Property Type Description
BuyPrices_Demand List
BuyPrices_Supply List
Id int
SellPrices_Demand List
SellPrices_Supply List

Public Methods

Method Description
MarketData ( ) : System

Method Details

MarketData() public method

public MarketData ( ) : System
return System

Property Details

BuyPrices_Demand public_oe property

public List BuyPrices_Demand
return List

BuyPrices_Supply public_oe property

public List BuyPrices_Supply
return List

Id public_oe property

public int Id
return int

SellPrices_Demand public_oe property

public List SellPrices_Demand
return List

SellPrices_Supply public_oe property

public List SellPrices_Supply
return List