Property CreateTime
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
CreateTime
UTC timestamp when the order was created as returned by the exchange.
DateTime CreateTime { get; }
Property Value
Remarks
The expectation is that this time represents the moment when the order was accepted by the exchange matching engine.
However, exchanges may return whatever time they see fit. The value is supposed to be taken as an indicative one.