... onf means "order not found". - older TWSLink Versions just look into map of "living" orders. so if an order was filled or cancelled they return "onf". -...
thanks for the reply. the strange things for me is that for the same order,two returns are wrong, and the other two returns are correct. I have tested the tif...
... Hi, you logfiles brings light into this issue. look at these typical entries: 20071010 09:41:01:109;note;twslink_main;GET_ORDERUID_LIST -10008 - - --1 -0...
Hi Is it available now or could it be built in, the ability to provide GET_CONTRACT_VAL information for trailing stops for total number, average price and UID...
... Hi Dave, i am sorry, but i don't know what you are mean. information for trailing stops most probably can be retrieved with GET_ORDER_VAL(uidorder...) or...
... Hi Looking in table 6.5, I can see for example that an ID of 42 gives the Average Price of all BUY LMT Orders of Contract but I can't see an ID to give the...
... Hi, this is not implemented. however, it should be easy to make an average of stop price of trail orders manually. make a loop over all orders: use ta =...
Hi, still cant find out why. because for the same order,other parameters return correct values,only order type returns onf or empty. now I have met another...
Hi, I am trying to figure out how to use the Buy trail and Sell trail commands with IB. My question is after I initially set the trail amount, does the DLL...
I searched for the log file in my filesystem and cannot find it. i am running it thro ruby and here is the code # include the TWSLink ruby module require...
... hi, GET_DLLSTATUS("fainfo",1 ) -> groups GET_DLLSTATUS("fainfo",2 ) -> profile GET_DLLSTATUS("fainfo",3 ) -> aliases each info is wrapped into an...
... hi, according your initialization the logfile is most probably in that directory associated with ruby process. to save all logfiles in the standardlogfile...
... hi, the buy trail or sell trail is an IB-API native command and no TWSLink generated. so once placed, it works like placed from TWS. documentation function...
... hi, the blip sound comes from dll loading, something happening before any function call. thus it can only be turned of in the twslink.xml setupfile (this...
Hi, Thanks for the help. I was wondering if you have actually used this function for BUY_TRAIL and SELL_TRAIL. I have tried to use it many different ways, and...
... Hi, how could you use BUY_TRAIL or SELL_TRAIL in many different ways ? the purpose of these functions is to prevent user from doing mistakes when placing...
Hi, I guess I should have clarified that I was trying to use the BUY_TRAIL command with the YM Futures. When I send the command listed below I see a order...