起因:把更新合約賬戶持倉資訊和獲取資料的**放到一起時,有個引數 symbol 一直報錯,不斷地在 eos_usd 、 eos/usd 、eos/usd 這幾個引數之間除錯,總是無法同時滿足兩者。
原因:更新賬戶資訊用的是 ccxt 的 symbol ,而獲取資料時用的是 okex 的 symbol ,兩者有衝突,於是可以設定兩個引數分開呼叫。
def
okex_future_position
(exchange, symbol, contract_type)
defccxt_get_okex_candle_data
(exchange, symbol, time_interval, lines=
100)
ccxt_symbol = eos/usd
okex_symbol = eos_usd
position = okex_future_position(exchange, okex_symbol, contract_type)
df = ccxt_get_okex_candle_data(exchange, ccxt_symbol, time_interval, lines=
100)
c 獲取AD賬戶資訊
1 獲取連線語句 2 獲取相關資訊 3 搜尋資訊 3 遍歷資訊 注意 遍歷的電腦必須加入域環境 ipglobalproperties ipglobalproperties ipglobalproperties.getipglobalproperties string doname ipglobalp...
C 與Windows使用者賬戶資訊的獲取
console.writeline environment.username 計算機netbios名稱 console.writeline environment.machinename 計算機網路網域名稱稱 console.writeline environment.userdomainname ...
Android 系統資訊與應用資訊獲取
要獲取系統的配置資訊,通常從兩方面獲取 android.os.build 匯入包import android.os.build public static void getbuildinfo systempropertypublic static void getsystempropertyinfo...