Simulation eines Orderbuches - A java program

von: Christian Maywurm

GRIN Verlag , 2011

ISBN: 9783640947546 , 30 Seiten

Format: PDF, ePUB, OL

Kopierschutz: frei

Windows PC,Mac OSX für alle DRM-fähigen eReader Apple iPad, Android Tablet PC's Apple iPod touch, iPhone und Android Smartphones Online-Lesen für: Windows PC,Mac OSX,Linux

Preis: 15,99 EUR

Mehr zum Inhalt

Simulation eines Orderbuches - A java program


 

Bachelorarbeit aus dem Jahr 2011 im Fachbereich Informatik - Wirtschaftsinformatik, Note: 1.3, Universität zu Köln (Mathematical Institute), Veranstaltung: Business Mathematics, Sprache: Deutsch, Abstract: My bachelor's thesis describe the functioning of an order-book and how it can be implemented in a java program. An order-book comprises a list of sell orders and one of buy orders for a particular stock value, let it be Volkswagen, each order with certain limits. If the first entries on each side concur in their limit prices, the entered amount of orders is executed and the price at which the order was executed describes the new stock value. Attached to the final version of my thesis is a CD that contains the java code for the implementation of the order-book.