Set Breakpoint in IB-Matlab Call Back Function

6 vues (au cours des 30 derniers jours)
David Laxer
David Laxer le 13 Mar 2015
Commenté : Geoff Hayes le 14 Mar 2015
Hi,
If I set a breakpoint in an IB-Matlab callback function it trashes the stack and crashes Matlab.
function IBCallbackContractDetails(ibConnector, eventData)
%UNTITLED Summary of this function goes here
% Detailed explanation goes here
end
optionChain = IBMatlab('action', 'query', 'SYMBOL', 'SPX', 'secType', 'OPT', ...
'exchange', 'CBOE', 'currency', 'USD', ...
'expiry', '201506', 'right', '', 'strike', 0.0, ...
'CallbackContractDetails', @IBCallbackContractDetails)
Any ideas on why?
  1 commentaire
Geoff Hayes
Geoff Hayes le 14 Mar 2015
David - so you have set a breakpoint in the IBCallbackContractDetails function? How often does this callback fire?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by