mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 08:22:53 +00:00
added order time
This commit is contained in:
@@ -37,5 +37,9 @@ namespace CryptoExchange.Net.ExchangeInterfaces
|
||||
/// Type of the order
|
||||
/// </summary>
|
||||
public IExchangeClient.OrderType CommonType { get; }
|
||||
/// <summary>
|
||||
/// order time
|
||||
/// </summary>
|
||||
DateTime CommonOrderTime { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user