Class ItemMarketInfo
Inheritance
System.Object
ItemMarketInfo
Implements
System.IComparable
Assembly: Eco.Gameplay.dll
Syntax
public sealed class ItemMarketInfo : ValueType, IComparable
Constructors
ItemMarketInfo(Currency, Int32, Tag, IEnumerable<TradeTracker>)
Declaration
public ItemMarketInfo(Currency currency, int itemID, Tag tag, IEnumerable<TradeTracker> list)
Parameters
| Type |
Name |
Description |
| Currency |
currency |
|
| System.Int32 |
itemID |
|
| Tag |
tag |
|
| System.Collections.Generic.IEnumerable<TradeTracker> |
list |
|
Fields
AvgBuy
Declaration
Field Value
| Type |
Description |
| System.Single |
|
AvgBuySell
Declaration
Field Value
| Type |
Description |
| System.Single |
|
AvgSale
Declaration
Field Value
| Type |
Description |
| System.Single |
|
BuyCount
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Currency
Declaration
Field Value
Item
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
SaleCount
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Tag
Declaration
Field Value
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Int32 |
|
HasVal(ExchangeType)
Declaration
public bool HasVal(ExchangeType exchangeType)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Implements
System.IComparable
Extension Methods