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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user