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:
@@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user