Table of Contents

Class UpdateSellInfo

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
[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 Guid
updateSellOrderId Guid
tradableId Guid
itemSubType ItemSubType
price FungibleAssetValue
count int

Fields

count

public int count

Field Value

int

itemSubType

public ItemSubType itemSubType

Field Value

ItemSubType

orderId

public Guid orderId

Field Value

Guid

price

public FungibleAssetValue price

Field Value

FungibleAssetValue

tradableId

public Guid tradableId

Field Value

Guid

updateSellOrderId

public Guid updateSellOrderId

Field Value

Guid

Methods

Serialize()

public IValue Serialize()

Returns

IValue