Search found 5 matches
- Mon Jan 31, 2022 7:37 pm
- Forum: IBPlugin
- Topic: Function ibgSYMBOL_INFO
- Replies: 6
- Views: 25469
Re: Function ibgSYMBOL_INFO
I get -2147483642 - Unknown Enumeration ID with setting to 40. It seems after 10 E.ID the function doesn't retrieve any value unfortunately.
- Mon Jan 31, 2022 5:15 am
- Forum: IBPlugin
- Topic: Function ibgSYMBOL_INFO
- Replies: 6
- Views: 25469
Re: Function ibgSYMBOL_INFO
Thank You for your answer; Are You aware of a way to detect what IB calls LONG/SHORT FUTURES LIQUIDATION? https://www.interactivebrokers.com/en/index.php?f=deliveryExerciseActions&p=physical That day de-facto means the last trading day for a specific contract. Unfortunately IB changes those dates qu...
- Thu Jan 27, 2022 1:05 pm
- Forum: IBPlugin
- Topic: Function ibgSYMBOL_INFO
- Replies: 6
- Views: 25469
Re: Function ibgSYMBOL_INFO
Hello, Can You please let me know if we can get the last trading day for a specific futures symbol via the enumerationID of the function ibgSYMBOL_INFOl? What happened today was an order rejected even though IB still consider the FEB contract on micro gold tradable rejected with the following reason...
- Fri Dec 10, 2021 8:31 am
- Forum: IBPlugin
- Topic: Function ibgSYMBOL_INFO
- Replies: 6
- Views: 25469
Function ibgSYMBOL_INFO
Hello, I feel the documentation related to the function ibgSYMBOL_INFO is not correct: In order to get a returned value, must be entered ibgSYMBOL_INFO (conid, Enumeration ID); Running a quick test on He(fut) I get the following: 0) Symbolroot 1)Exchange 2)currency 3)Asset Class 4)Expiration 5-6 emp...
- Thu May 23, 2019 4:40 pm
- Forum: Twslink - universal Interactive Brokers API plugin
- Topic: VWAP Orders
- Replies: 1
- Views: 20035
Re: VWAP Orders
Hello, I am interested as well. I can try it with TS and report back, but I need to know the settings for the SET_ORDER_VAL. EXample (for adaptive): value89 = SET_ORDER_VAL(uidOrder,14,"0",-1); value88 = SET_ORDER_VAL(uidOrder,67,"Adaptive",-1); value87 = SET_ORDER_VAL(uidOrder,68,Priorityexit,1); T...