Struct OrderFillUpdate
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Updates
- Assembly
- WhalesSecret.TradeScriptLib.dll
Description of an orders update informing about a fill (partial or full) of an existing order.
public readonly struct OrderFillUpdate : IOrdersUpdate
- Implements
- Inherited Members
- Extension Methods
Constructors
- OrderFillUpdate(long, ILiveOrder, FillData)
Creates a new instance of the object.
Properties
- FillData
Information about the fill.
- 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.