mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
Add GenerateClientOrderId to shared order clients
This commit is contained in:
parent
54aa6907f9
commit
142cba5cca
@ -31,10 +31,17 @@ namespace CryptoExchange.Net.SharedApis
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
SharedQuantitySupport FuturesSupportedOrderQuantity { get; }
|
SharedQuantitySupport FuturesSupportedOrderQuantity { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Generate a new random client order id
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
string GenerateClientOrderId();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Futures place order request options
|
/// Futures place order request options
|
||||||
/// </summary>
|
/// </summary>
|
||||||
PlaceFuturesOrderOptions PlaceFuturesOrderOptions { get; }
|
PlaceFuturesOrderOptions PlaceFuturesOrderOptions { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Place a new futures order
|
/// Place a new futures order
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -31,6 +31,12 @@ namespace CryptoExchange.Net.SharedApis
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
SharedQuantitySupport SpotSupportedOrderQuantity { get; }
|
SharedQuantitySupport SpotSupportedOrderQuantity { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Generate a new random client order id
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
string GenerateClientOrderId();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Spot place order request options
|
/// Spot place order request options
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user