Class UpdateSellInfo
[Serializable]
public class UpdateSellInfo
- Inheritance
-
UpdateSellInfo
- Inherited Members
Constructors
UpdateSellInfo(List)
public UpdateSellInfo(List serialized)
Parameters
serializedList
UpdateSellInfo(Guid, Guid, Guid, ItemSubType, FungibleAssetValue, int)
public UpdateSellInfo(Guid orderId, Guid updateSellOrderId, Guid tradableId, ItemSubType itemSubType, FungibleAssetValue price, int count)
Parameters
orderIdGuidupdateSellOrderIdGuidtradableIdGuiditemSubTypeItemSubTypepriceFungibleAssetValuecountint
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