xtquant.IPythonApiClient

class IPythonApiClient(pybind11_builtins.pybind11_object):
IPythonApiClient()

__init__(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str) -> None

def load_config(unknown):

load_config(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> bool

def set_remote_addr(unknown):

set_remote_addr(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: int) -> None

def init(unknown):
def reset(unknown):
def connect(unknown):
def connect_ex(unknown):

connect_ex(self: xtquant.IPythonApiClient.IPythonApiClient) -> object

def is_connected(unknown):

is_connected(self: xtquant.IPythonApiClient.IPythonApiClient) -> bool

def get_industry(unknown):

get_industry(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> list

def get_stock_list_in_sector(unknown):

get_stock_list_in_sector(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: int) -> list

def get_weight_in_index(unknown):

get_weight_in_index(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> dict

def get_financial_data(unknown):

get_financial_data(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list, arg1: list, arg2: str, arg3: str, arg4: str) -> object

def get_divid_factors(unknown):

get_divid_factors(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str, arg2: str) -> dict

def get_main_contract(unknown):

get_main_contract(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> str

def get_full_tick(unknown):

get_full_tick(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list) -> str

def subscribe_quote(unknown):

subscribe_quote(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str, arg2: object) -> int

def subscribe_whole_quote(unknown):

subscribe_whole_quote(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list, arg1: object) -> int

def unsubscribe_quote(unknown):

unsubscribe_quote(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: int) -> None

def get_all_subscribe_quote(unknown):

get_all_subscribe_quote(self: xtquant.IPythonApiClient.IPythonApiClient) -> list

def on_push_quote(unknown):

on_push_quote(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: int, arg1: int, arg2: int, arg3: int, arg4: int, arg5: bson::BSONObj) -> None

def get_sector_list(unknown):

get_sector_list(self: xtquant.IPythonApiClient.IPythonApiClient) -> list

def supply_history_data(unknown):

supply_history_data(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str, arg2: str, arg3: str) -> bool

def supply_history_data2(unknown):

supply_history_data2(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list, arg1: str, arg2: str, arg3: str, arg4: object) -> bool

def stop_supply_history_data2(unknown):

stop_supply_history_data2(self: xtquant.IPythonApiClient.IPythonApiClient) -> bool

def supply_finance_data(unknown):

supply_finance_data(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list, arg1: list, arg2: object) -> bool

def supply_finance_data_with_region(unknown):

supply_finance_data_with_region(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list, arg1: list, arg2: str, arg3: str, arg4: object) -> bool

def add_sector(unknown):

add_sector(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: list, arg2: int) -> None

def get_trading_dates_by_market(unknown):

get_trading_dates_by_market(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str, arg2: str, arg3: int) -> dict

def get_instrument_detail(unknown):

get_instrument_detail(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> object

def down_index_weight(unknown):

down_index_weight(self: xtquant.IPythonApiClient.IPythonApiClient) -> None

def down_history_contracts(unknown):

down_history_contracts(self: xtquant.IPythonApiClient.IPythonApiClient) -> None

def down_all_sector_data(unknown):

down_all_sector_data(self: xtquant.IPythonApiClient.IPythonApiClient) -> None

def get_etf_info(unknown):

get_etf_info(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> dict

def down_cb_data(unknown):

down_cb_data(self: xtquant.IPythonApiClient.IPythonApiClient) -> None

def get_cb_info(unknown):

get_cb_info(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> dict

def get_market_data3(unknown):

get_market_data3(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: list, arg1: list, arg2: str, arg3: str, arg4: str, arg5: int, arg6: str, arg7: bool, arg8: str, arg9: bool, arg10: int) -> object

def get_stock_type(unknown):

get_stock_type(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> object

def get_app_dir(unknown):
def set_app_dir(unknown):

set_app_dir(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> None

def set_server_port(unknown):

set_server_port(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: int) -> None

def get_data_dir(unknown):

get_data_dir(self: xtquant.IPythonApiClient.IPythonApiClient) -> str

def get_server_tag(unknown):

get_server_tag(self: xtquant.IPythonApiClient.IPythonApiClient) -> str

def get_holidays(unknown):

get_holidays(self: xtquant.IPythonApiClient.IPythonApiClient) -> list

def is_stock_type(unknown):

is_stock_type(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: int) -> bool

def register_external_resp_callback(unknown):

register_external_resp_callback(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: int, arg1: object) -> bool

def createView(unknown):

createView(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str) -> None

def destoryView(unknown):

destoryView(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> None

def createFormula(unknown):

createFormula(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str) -> None

def destoryFormula(unknown):

destoryFormula(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str) -> None

def bindViewFormula(unknown):

bindViewFormula(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str) -> None

def callFormula(unknown):

callFormula(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str, arg2: str) -> bytes

def commonControl(unknown):

commonControl(self: xtquant.IPythonApiClient.IPythonApiClient, arg0: str, arg1: str) -> bytes

def rpc_init(unknown):

rpc_init(arg0: str) -> int

def register_create_nparray(unknown):

register_create_nparray(arg0: object) -> bool