mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 23:16:53 +00:00
okx: optimise GetFuturesPositionOrders (#1830)
Signed-off-by: Ye Sijun <junnplus@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
||||
// var error definitions
|
||||
var (
|
||||
ErrInvalidContractSettlementType = errors.New("invalid contract settlement type")
|
||||
ErrContractNotSupported = errors.New("unsupported contract")
|
||||
)
|
||||
|
||||
// Contract holds details on futures contracts
|
||||
|
||||
Reference in New Issue
Block a user