Borrar filtros
Borrar filtros

Set Breakpoint in IB-Matlab Call Back Function

2 visualizaciones (últimos 30 días)
David Laxer
David Laxer el 13 de Mzo. de 2015
Comentada: Geoff Hayes el 14 de Mzo. de 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 comentario
Geoff Hayes
Geoff Hayes el 14 de Mzo. de 2015
David - so you have set a breakpoint in the IBCallbackContractDetails function? How often does this callback fire?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Interpolation of 2-D Selections in 3-D Grids en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by