Demo MySQL C Insert Java Select with Positions Database Table

Demo MySQL C Insert Java Select with Positions Database Table Demos of C and Java Interactive Brokers Source files Java: MySQLPosition.tar C: SimulinkModelTest.tar   Here is the MYSQL Position table CREATE statement: CREATE TABLE IF NOT EXISTS `Positions` ( `idPositions` int(11) NOT NULL DEFAULT ‘0’, `shortSymbol` int(11) DEFAULT NULL, `shortEntryTS` timestamp NULL DEFAULT NULL, ` shortEntryPrice` decimal(10,4) […]