Skip to content

Commit

Permalink
Merge pull request #36 from kayahasa/master
Browse files Browse the repository at this point in the history
Bugfix for Trading Account credentials
  • Loading branch information
burakoner authored Aug 6, 2023
2 parents 0dae660 + 9ecdeaf commit b0e69aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OKX.Api/OKXRestApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ public void SetApiCredentials(OkxApiCredentials credentials)
FundingAccount.SetApiCredentials(credentials);
Status.SetApiCredentials(credentials);
Broker.SetApiCredentials(credentials);
TradingAccount.SetApiCredentials(credentials);
}
}

0 comments on commit b0e69aa

Please sign in to comment.