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

Added MaxLeverage to shared FuturesSymbol

This commit is contained in:
Jkorf 2025-03-05 16:11:36 +01:00
parent 2f6889880a
commit c070c425e7

View File

@ -19,6 +19,10 @@ namespace CryptoExchange.Net.SharedApis
/// Delivery time of the contract
/// </summary>
public DateTime? DeliveryTime { get; set; }
/// <summary>
/// Max leverage setting
/// </summary>
public decimal? MaxLeverage { get; set; }
/// <summary>
/// ctor