Table of Contents

Property UpdateId

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Updates
Assembly
WhalesSecret.TradeScriptLib.dll

UpdateId

Identifier of the update. The first value is 1. The update identifiers are provided in a consecutive increasing sequence.

long UpdateId { get; }

Property Value

long

Remarks

For example, if two orders are placed (and not filled at all), then two IOrdersUpdate messages are produced with update IDs 1 and 2.