Show / Hide Table of Contents

Class ItemMarketInfo

Inheritance
System.Object
ItemMarketInfo
Implements
System.IComparable
Namespace: Eco.Gameplay.Economy.Trackers
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
public float AvgBuy
Field Value
Type Description
System.Single

AvgBuySell

Declaration
public float AvgBuySell
Field Value
Type Description
System.Single

AvgSale

Declaration
public float AvgSale
Field Value
Type Description
System.Single

BuyCount

Declaration
public float BuyCount
Field Value
Type Description
System.Single

Currency

Declaration
public Currency Currency
Field Value
Type Description
Currency

Item

Declaration
public int Item
Field Value
Type Description
System.Int32

SaleCount

Declaration
public float SaleCount
Field Value
Type Description
System.Single

Tag

Declaration
public Tag Tag
Field Value
Type Description
Tag

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
Type Name Description
ExchangeType exchangeType
Returns
Type Description
System.Boolean

Implements

System.IComparable

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾