lastrocer

Results 3 issues of lastrocer

I can replace 'GSERFCI INDEX' with 'not a ticker' the program run fine but if I use 'GSERFCI INDEX'. code doesn't run poperly. no df_out and problem_tickers='index' . There are...

question

## Type of Issue (Enhancement, Error, Bug, Question) Enhancement ---------------------------------------- ## Environment #### Operating System Windows version 10 #### PySimpleGUI Port (tkinter, Qt, Wx, Web) tkinter ---------------------------------------- ## Versions ####...

question
TK

#### Code Sample, a copy-pastable example if possible ```python import pdblp con = pdblp.BCon(debug=False, port=8194, timeout=50000) con.start() con.restart() ``` #### Problem description con.restart() get an error message AttributeError: 'BCon' object...