Class OrderBase
[Serializable]
public class OrderBase
- Inheritance
-
OrderBase
- Derived
- Inherited Members
Constructors
OrderBase(Dictionary)
public OrderBase(Dictionary serialized)
Parameters
serialized
Dictionary
OrderBase(Guid, Guid, long, long)
public OrderBase(Guid orderId, Guid tradableId, long startedBlockIndex, long expiredBlockIndex)
Parameters
Fields
OrderId
public readonly Guid OrderId
Field Value
TradableId
public readonly Guid TradableId
Field Value
Properties
ExpiredBlockIndex
public long ExpiredBlockIndex { get; }
Property Value
StartedBlockIndex
public long StartedBlockIndex { get; }
Property Value
Methods
Equals(OrderBase)
protected bool Equals(OrderBase other)
Parameters
other
OrderBase
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Serialize()
public virtual IValue Serialize()
Returns
- IValue