开云体育

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

TWS Error Handling


marinindextrader
 

Does anyone have a comprehensive list of all or most of the possible
error strings that are fed through Tws1_errMsg ?

It sure would be nice to have a full list and a cross refrence index
to handle errors...

A library of err text strings if you will that can be refrenced and
then acted on if necessary...very much akin to VB's own error
handling....

If TwsErr = 11 Then
[do stuff]
Else
[do other stuff]
EndIf


Scott