mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 05:13:21 +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>
|
/// </summary>
|
||||||
public DateTime? DeliverTime { get; set; }
|
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>
|
/// <summary>
|
||||||
/// Create a new SharedSymbol
|
/// Create a new SharedSymbol
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user