Struct OrderDetectedUpdate
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Updates
- Assembly
- WhalesSecret.TradeScriptLib.dll
Description of an orders update informing about an existing order that has been active before orders' updates started to be consumed.
public readonly struct OrderDetectedUpdate : IOrdersUpdate
- Implements
- Inherited Members
- Extension Methods
Constructors
- OrderDetectedUpdate(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.