Struct OrderCreatedUpdate
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders.Updates
- Assembly
- WhalesSecret.TradeScriptLib.dll
Description of an orders update informing about a new order that was placed and accepted on the exchange.
public readonly struct OrderCreatedUpdate : IOrdersUpdate
- Implements
- Inherited Members
- Extension Methods
Constructors
- OrderCreatedUpdate(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.