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:
parent
995cd3d84c
commit
34e9447e55
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user