1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +00:00

Added BaseAndQuoteAssetAndContracts value to SharedQuantityType enum

This commit is contained in:
Jkorf
2025-07-28 15:58:19 +02:00
parent 122a6cad43
commit 65457d8df2
2 changed files with 9 additions and 2 deletions
@@ -20,6 +20,10 @@
/// <summary>
/// Quantity can be either base or quote quantity
/// </summary>
BaseAndQuoteAsset
BaseAndQuoteAsset,
/// <summary>
/// Quantity can be either base or quote quantity, or in contracts
/// </summary>
BaseAndQuoteAssetAndContracts
}
}