okcoin: Remove exchange implementation (#1626)

* okcoin: Remove exchange implementation

* exchanges/order: Rid TradeMode from Submit type
This commit is contained in:
Adrian Gallagher
2024-08-24 12:19:04 +10:00
committed by GitHub
parent 1cabba73b9
commit 74f4df6348
31 changed files with 2 additions and 8846 deletions

View File

@@ -89,8 +89,6 @@ type Submit struct {
// Hidden when enabled orders not displaying in order book.
Hidden bool
// TradeMode specifies the trading mode for margin and non-margin orders: see okcoin_wrapper.go
TradeMode string
}
// SubmitResponse is what is returned after submitting an order to an exchange