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

FTX Exchange Implemented #662

Closed
wants to merge 31 commits into from

Conversation

Plumbly
Copy link
Contributor

@Plumbly Plumbly commented Sep 27, 2021

This should be the FTX exchange now implemented as per #634.

Plumbly and others added 30 commits August 11, 2021 23:46
ParseOrder method in the ExchangeKrakenAPI class will now parse the fee from the response and set it in the order result.
Added a exchange property to the ticker model to be able to identify what exchange it came from.
Added the base implementation for the FTX exchange.
Implemented onGetMarketSynbolsAsync  method for FTX  exchange
Implemented OnGetMarketSymbolsMetadataAsync for FTX exchange
Modified ,methods to exclude to futures symbols
Added method for creating the appropriate signature on the request so that it can authenticate against the private API for the FTX exchange

Implemented the OnGetAmountsAsync method for the FTX exchange.
Implemented ongetHistoricaltrades for the FTX exchange.
Modified onGetHistoricalTrade to use utility method for parsing.
Moved methods into alphabetical order
Implemented websocket connection for retrieving ticker information.
Refined websocket ticker implementation to make use of utility functions for parsing.
* checks for future coins
Implemented onPlaceOrderAsync for FTX exchange.
Added remaining overrides of methods required to be implemented to FTX exchange
Added implementation of OnCancelOrderAsync
Added implementation of OnGetCandleAsync
Implemented getOrderBook for FTX exchange.
Implemented GetCompletedOrders method for FTX exchange
Implemented GetTickersAsync method for FTX
Fixed minor issues in some of the methods
Modified order of methods so they are alphabetical
Removed debug test class.
Added FTX to supported exchanges
Modified OnGetOrderDetailsAsync for ftx exchange to include isClientOrderId parameter
Removed unused Models folder
@Plumbly
Copy link
Contributor Author

Plumbly commented Sep 27, 2021

Apologies, just realise I included a commit that I did not want in then. I will close and reopen.

@Plumbly Plumbly closed this Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants