Table of Contents

Constructor OrderDetectedUpdate

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

OrderDetectedUpdate(long, ILiveOrder)

Creates a new instance of the object.

public OrderDetectedUpdate(long updateId, ILiveOrder order)

Parameters

updateId long

Identifier of the update.

order ILiveOrder

Order that is the subject of the update.