开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

VB and ActiveX....updateExtended() Method????


mickjenks
 

Anyone know if the updateExtended() method is still part of the
ActiveX/VB? If not, how does one implement the extended order
properties such as tif, oca, and transmit? I am new to programming
and just trying to work my way through this stuff. Any help is
appreciated.


bee_jay_61
 

--- In twsapi@y..., mickjenks <no_reply@y...> wrote:
Anyone know if the updateExtended() method is still part of the
ActiveX/VB? If not, how does one implement the extended order
properties such as tif, oca, and transmit? I am new to programming
and just trying to work my way through this stuff. Any help is
appreciated.
I guess updateExtended() method doesn?t exist anymore. BTW: never
heard about it.

You can set TIF, OCA, Transmit etc. directy. These are the ActiveX
properties.

I am not a VB programmer, I love Delphi


BrianL_98
 

The IB documentation for OCA orders via the TWS API is pretty thin.
The only thing I can find is that the string OCA property "identifies
an OCA group."

Does anyone know how to go about actually placing OCA orders using
this property? Am I supposed to submit two orders, and then change
the OCA property to include the order id of each of the orders?

thanks,
Brian


--- In twsapi@y..., bee_jay_61 <no_reply@y...> wrote:
--- In twsapi@y..., mickjenks <no_reply@y...> wrote:
Anyone know if the updateExtended() method is still part of the
ActiveX/VB? If not, how does one implement the extended order
properties such as tif, oca, and transmit? I am new to
programming
and just trying to work my way through this stuff. Any help is
appreciated.
I guess updateExtended() method doesn?t exist anymore. BTW: never
heard about it.

You can set TIF, OCA, Transmit etc. directy. These are the ActiveX
properties.

I am not a VB programmer, I love Delphi