1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-11-05 12:57:56 +00:00

Added constant for selecting a USD asset for use in a Shared API/SharedSymbol

This commit is contained in:
JKorf 2025-11-02 11:41:26 +01:00
parent 995cd3d84c
commit 34e9447e55

View File

@ -33,6 +33,11 @@ namespace CryptoExchange.Net.SharedApis
/// </summary>
public DateTime? DeliverTime { get; set; }
/// <summary>
/// Use this constant to dynamically select a USD or USD equivalent asset (stable coin) supported on the exchange
/// </summary>
public const string UsdOrStable = "CE-UsdStable";
/// <summary>
/// Create a new SharedSymbol
/// </summary>