mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Added constant for selecting a USD asset for use in a Shared API/SharedSymbol
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user