6 changed files with 78 additions and 8 deletions
@ -0,0 +1,18 @@ |
|||||
|
namespace SDKAdapter.Model |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 逐仓杠杆借币结果对象
|
||||
|
/// </summary>
|
||||
|
public class IsolatedMarginLoanResponse |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 本次借币金额
|
||||
|
/// </summary>
|
||||
|
public decimal CurrentLoanAmount { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 账户借币金额
|
||||
|
/// </summary>
|
||||
|
public decimal AccountLoanAmount { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue