1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +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
@@ -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