mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-22 13:52:54 +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
|
/// Delivery time of the contract
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime? DeliveryTime { get; set; }
|
public DateTime? DeliveryTime { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// Max leverage setting
|
||||||
|
/// </summary>
|
||||||
|
public decimal? MaxLeverage { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ctor
|
/// ctor
|
||||||
|
|||||||
Reference in New Issue
Block a user