Struct OrderClosedUpdate
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Updates
- Assembly
- WhalesSecret.TradeScriptLib.dll
Description of an orders update informing about an existing order being canceled or fully filled.
public readonly struct OrderClosedUpdate : IOrdersUpdate
- Implements
- Inherited Members
- Extension Methods
Constructors
- OrderClosedUpdate(long, ILiveOrder)
Creates a new instance of the object.
Properties
- Order
Order that is the subject of the update.
- UpdateId
Identifier of the update. The first value is
1
. The update identifiers are provided in a consecutive increasing sequence.
Methods
- ToString()
Returns the fully qualified type name of this instance.