mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Kucoin: Add order execution limits (#1369)
* cmd/exchange_template: Add wrapper function * exchanges: force UpdateOrderExecutionLimits to wrappers as this is important for order deployment * kucoin: Add spot order execution limits * linter: fix * glorious: nits * kucoin: change from name to symbol for correct fee fetching and order deployment * WHAAAAAAAT says Vitalik * kucoin: Add futures limit support, fix insertion of non margin tradable pairs, update naming and add comments. * kucoin: implement master branch changes * Update exchanges/kucoin/kucoin_test.go Co-authored-by: Scott <gloriousCode@users.noreply.github.com> * kucoin/test: update commentary --------- Co-authored-by: Ryan O'Hara-Reid <ryan.oharareid@thrasher.io> Co-authored-by: Scott <gloriousCode@users.noreply.github.com>
This commit is contained in:
@@ -1031,3 +1031,8 @@ func (l *Lbank) GetFuturesContractDetails(context.Context, asset.Item) ([]future
|
||||
func (l *Lbank) GetLatestFundingRates(context.Context, *fundingrate.LatestRateRequest) ([]fundingrate.LatestRateResponse, error) {
|
||||
return nil, common.ErrFunctionNotSupported
|
||||
}
|
||||
|
||||
// UpdateOrderExecutionLimits updates order execution limits
|
||||
func (l *Lbank) UpdateOrderExecutionLimits(_ context.Context, _ asset.Item) error {
|
||||
return common.ErrNotYetImplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user