Skip to content

Commit

Permalink
更新原有接口出入参,添加新增接口
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed Jun 17, 2024
1 parent 4709027 commit fda70cf
Show file tree
Hide file tree
Showing 207 changed files with 6,571 additions and 7,720 deletions.
2 changes: 1 addition & 1 deletion Huobi.SDK.Core.Test/LinearSwap/RestAccountTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public void CrossGetLeverPositionLimitTest(string contractCode, int? leverRate,
string contractType, string pair,
string businessType, string tradePartition)
{
var result = client.CrossGetLeverPositionLimitAsync(contractCode, leverRate, contractType, pair, businessType, tradePartition).Result;
var result = client.CrossGetLeverPositionLimitAsync(contractCode, leverRate).Result;
string strret = JsonConvert.SerializeObject(result, Formatting.Indented);
Console.WriteLine(strret);
Assert.Equal("ok", result.status);
Expand Down
151 changes: 0 additions & 151 deletions Huobi.SDK.Core.Test/Spot/RestAccountTest.cs

This file was deleted.

70 changes: 0 additions & 70 deletions Huobi.SDK.Core.Test/Spot/RestCommonTest.cs

This file was deleted.

94 changes: 0 additions & 94 deletions Huobi.SDK.Core.Test/Spot/RestMarketTest.cs

This file was deleted.

Loading

0 comments on commit fda70cf

Please sign in to comment.