Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fetchBorrowRate #22279

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

samgermain
Copy link
Member

  • removes fetchBorrowRate, fetchBorrowRates, fetchBorrowRatesPerSymbol
  • replaces fetchBorrowRate(s) with fetchCrossBorrowRate(s)/fetchIsolatedBorrowRate(s) in transpiling and base methods
  • adds test files for fetchCrossBorrowRate(s) and fetchIsolatedBorrowRate(s)

@samgermain samgermain changed the title Remove fetch borrow rate Remove fetchBorrowRate Apr 25, 2024
@samgermain samgermain marked this pull request as draft April 25, 2024 12:40
@samgermain
Copy link
Member Author

samgermain commented Apr 27, 2024

This error is happening

/home/travis/build/ccxt/ccxt/cs/tests/Generated/Exchange/test.fetchIsolatedBorrowRates.cs(19,13): error CS0103: The name 'testIsolatedBorrowRate' does not exist in the current context [/home/travis/build/ccxt/ccxt/cs/tests/tests.csproj]

    132 Warning(s)

    1 Error(s)

Why is test.fetchIsolatedBorrowRates being transpiled, but apparently testIsolatedBorrowRate is not

@samgermain
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant