TpItemListing Constructor |
View Project on GitHub
Initialization of a TpItemListing object.
Namespace: GW2CSharp.V2.Unauthenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic TpItemListing(
int listings,
int unit_price,
int quantity
)
Parameters
- listings
- Type: SystemInt32
The number of individual listings this object refers to (e.g. two players selling at the same price will end up in the same listing) - unit_price
- Type: SystemInt32
The sell offer or buy order price in coins. - quantity
- Type: SystemInt32
The amount of items being sold/bought.
See Also