Table of Contents

Class StopLimitOrderRequest

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

Stop-limit order request representation.

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

Constructors

StopLimitOrderRequest(string?, SymbolPair, OrderSide, decimal, decimal, decimal, TimeInForce)

Creates a new instance of the object.

Properties

Price

Price for the order once it becomes Limit order.

ThresholdPrice

When SymbolPair exchange market reaches the price, the stop-limit order becomes Limit order with price set to Price.

TimeInForce

Specifies how long an order is supposed to be active.

Methods

Equals(object?)

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

Equals(StopLimitOrderRequest?)

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 ==(StopLimitOrderRequest?, StopLimitOrderRequest?)

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

operator !=(StopLimitOrderRequest?, StopLimitOrderRequest?)

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

See Also