Nicht lieferbar
Simulation eines Orderbuches (eBook, ePUB) - Maywurm, Christian
Schade – dieser Artikel ist leider ausverkauft. Sobald wir wissen, ob und wann der Artikel wieder verfügbar ist, informieren wir Sie an dieser Stelle.
  • Format: ePub

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…mehr

Produktbeschreibung
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.