Class MarketOrderRequest
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Market order request representation.
public sealed class MarketOrderRequest : OrderRequest, IEquatable<OrderRequest>, IEquatable<MarketOrderRequest>
- Inheritance
-
MarketOrderRequest
- Implements
- Inherited Members
- Extension Methods
Constructors
- MarketOrderRequest(string?, SymbolPair, OrderSide, decimal, bool)
Creates a new instance of the object.
Methods
- Equals(object?)
Determines whether the specified object is equal to the current object.
- Equals(MarketOrderRequest?)
Indicates whether the current object is equal to another object of the same type.
- GetHashCode()
Serves as the default hash function.
Operators
- operator ==(MarketOrderRequest?, MarketOrderRequest?)
Determines whether two specified market order requests have the same value.
- operator !=(MarketOrderRequest?, MarketOrderRequest?)
Determines whether two specified market order requests have different values.