Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Commerce
Price Class
Price Constructor
Price Properties
Price Methods
Price 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#
Copy
public
Price
(
int
id
,
bool
whitelisted
,
TpItemListing
buys
,
TpItemListing
sells
)
Parameters
id
Type:
System
Int32
The item id.
whitelisted
Type:
System
Boolean
Currently unkown usage.
buys
Type:
GW2CSharp.V2.Unauthenticated.Commerce
TpItemListing
A list of all buy listings, ascending from lowest buy order.
sells
Type:
GW2CSharp.V2.Unauthenticated.Commerce
TpItemListing
A list of all sell listings, ascending from lowest sell offer.
See Also
Reference
Price Class
GW2CSharp.V2.Unauthenticated.Commerce Namespace