1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

added order time

This commit is contained in:
Artem Kurianov
2021-05-14 13:11:05 +00:00
parent efe70445ed
commit 55aa77e926
@@ -37,5 +37,9 @@ namespace CryptoExchange.Net.ExchangeInterfaces
/// Type of the order /// Type of the order
/// </summary> /// </summary>
public IExchangeClient.OrderType CommonType { get; } public IExchangeClient.OrderType CommonType { get; }
/// <summary>
/// order time
/// </summary>
DateTime CommonOrderTime { get; }
} }
} }