Click or drag to resize
Listing Constructor
View Project on GitHub
Initialization of the Price object.

Namespace: GW2CSharp.V2.Unauthenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Listing(
	int id,
	IEnumerable<TpItemListing> buys,
	IEnumerable<TpItemListing> sells
)

Parameters

id
Type: SystemInt32
The item id.
buys
Type: System.Collections.GenericIEnumerableTpItemListing
A list of all buy listings, ascending from lowest buy order.
sells
Type: System.Collections.GenericIEnumerableTpItemListing
A list of all sell listings, ascending from lowest sell offer.
See Also