Table of Contents

Class StopLossOrderRequest

Namespace
WhalesSecret.TradeScriptLib.Entities.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

Stop-loss order request representation.

public sealed class StopLossOrderRequest : OrderRequest, IEquatable<OrderRequest>, IEquatable<StopLossOrderRequest>
Inheritance
StopLossOrderRequest
Implements
Inherited Members
Extension Methods

Constructors

StopLossOrderRequest(string?, SymbolPair, OrderSide, decimal, decimal, bool)

Creates a new instance of the object.

Properties

ThresholdPrice

When SymbolPair exchange market reaches the price, the stop-loss order becomes Market order.

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

Equals(StopLossOrderRequest?)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Operators

operator ==(StopLossOrderRequest?, StopLossOrderRequest?)

Determines whether two specified stop loss order requests have the same value.

operator !=(StopLossOrderRequest?, StopLossOrderRequest?)

Determines whether two specified stop loss order requests have different values.

See Also