Struct OrderBookEntry
- Namespace
- WhalesSecret.TradeScriptLib.Entities.MarketData
- Assembly
- WhalesSecret.TradeScriptLib.dll
Order book entry representing buy/sell price and total volume.
public readonly struct OrderBookEntry : IEquatable<OrderBookEntry>
- Implements
- Inherited Members
- Extension Methods
Constructors
- OrderBookEntry(decimal, decimal)
Creates a new instance of the object.
Properties
- Price
Price of this order book entry.
- Quantity
Quantity at the price level.
Methods
- Equals(object?)
Indicates whether this instance and a specified object are equal.
- Equals(OrderBookEntry)
Indicates whether the current object is equal to another object of the same type.
- GetHashCode()
Returns the hash code for this instance.
- ToString()
Returns the fully qualified type name of this instance.
Operators
- operator ==(OrderBookEntry, OrderBookEntry)
Determines whether two specified order book entries have the same values.
- operator !=(OrderBookEntry, OrderBookEntry)
Determines whether two specified order book entry have different values.