Class UpdateSellInfo
[Serializable]
public class UpdateSellInfo
- Inheritance
-
UpdateSellInfo
- Inherited Members
Constructors
UpdateSellInfo(List)
public UpdateSellInfo(List serialized)
Parameters
serialized
List
UpdateSellInfo(Guid, Guid, Guid, ItemSubType, FungibleAssetValue, int)
public UpdateSellInfo(Guid orderId, Guid updateSellOrderId, Guid tradableId, ItemSubType itemSubType, FungibleAssetValue price, int count)
Parameters
orderId
GuidupdateSellOrderId
GuidtradableId
GuiditemSubType
ItemSubTypeprice
FungibleAssetValuecount
int
Fields
count
public int count
Field Value
itemSubType
public ItemSubType itemSubType
Field Value
orderId
public Guid orderId
Field Value
price
public FungibleAssetValue price
Field Value
- FungibleAssetValue
tradableId
public Guid tradableId
Field Value
updateSellOrderId
public Guid updateSellOrderId
Field Value
Methods
Serialize()
public IValue Serialize()
Returns
- IValue