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
updateIdlongIdentifier of the update.
orderILiveOrderOrder that is the subject of the update.