mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
Added MaxLeverage to shared FuturesSymbol
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user