Cargando…

Building automated trading systems : with an introduction to Visual C++.NET 2005 /

Over the next few years, the proprietary trading and hedge fund industries will migrate largely to automated trade selection and execution systems. Indeed, this is already happening. While several finance books provide C++ code for pricing derivatives and performing numerical calculations, none appr...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Van Vliet, Benjamin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam ; Boston : Elsevier/Academic Press, ©2007.
Colección:Financial market technology series.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn145732546
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 070627s2007 ne a o 001 0 eng d
010 |a  2007002143 
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d EBLCP  |d MERUC  |d UBY  |d E7B  |d OCLCQ  |d IDEBK  |d DKU  |d OCLCQ  |d REDDC  |d OCLCQ  |d OCLCO  |d OCLCQ  |d TEFOD  |d OCLCF  |d OCLCA  |d DKDLA  |d OCLCQ  |d OCLCO  |d OCL  |d DEBSZ  |d TEFOD  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d AZK  |d AGLDB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d STF  |d MOR  |d PIFAG  |d ZCU  |d OCLCQ  |d OCLCO  |d OCLCA  |d JBG  |d U3W  |d OCL  |d VNS  |d WRM  |d OCLCQ  |d VTS  |d ICG  |d INT  |d VT2  |d OCLCQ  |d AU@  |d OCLCO  |d WYU  |d OCLCQ  |d OCLCO  |d DKC  |d OCLCQ  |d M8D  |d OCLCQ  |d UKCRE  |d BOL  |d AJS  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d EZC  |d S2H 
019 |a 174141840  |a 441802782  |a 648302220  |a 871942535  |a 961695293  |a 962729721  |a 984823888  |a 988434834  |a 992039987  |a 1034960277  |a 1037710028  |a 1038590570  |a 1055353716  |a 1058161415  |a 1064094817  |a 1081209285  |a 1114350091  |a 1153553200  |a 1228533618  |a 1289426842 
020 |a 9780080476254  |q (electronic bk.) 
020 |a 0080476252  |q (electronic bk.) 
020 |z 0750682515 
020 |z 9780750682510  |q (alk. paper) 
029 1 |a AU@  |b 000051560837 
029 1 |a AU@  |b 000069137759 
029 1 |a DEBBG  |b BV042964673 
029 1 |a DEBBG  |b BV044124123 
029 1 |a DEBSZ  |b 422198951 
029 1 |a DEBSZ  |b 430396597 
029 1 |a DEBSZ  |b 449094421 
029 1 |a NZ1  |b 14540284 
029 1 |a AU@  |b 000073103755 
035 |a (OCoLC)145732546  |z (OCoLC)174141840  |z (OCoLC)441802782  |z (OCoLC)648302220  |z (OCoLC)871942535  |z (OCoLC)961695293  |z (OCoLC)962729721  |z (OCoLC)984823888  |z (OCoLC)988434834  |z (OCoLC)992039987  |z (OCoLC)1034960277  |z (OCoLC)1037710028  |z (OCoLC)1038590570  |z (OCoLC)1055353716  |z (OCoLC)1058161415  |z (OCoLC)1064094817  |z (OCoLC)1081209285  |z (OCoLC)1114350091  |z (OCoLC)1153553200  |z (OCoLC)1228533618  |z (OCoLC)1289426842 
037 |a 8BE00462-3C09-47D6-A427-CA02961DA05E  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a HG4515.95  |b .V36 2007eb 
072 7 |a BUS  |x 090030  |2 bisacsh 
082 0 4 |a 332.64/20285513  |2 22 
049 |a UAMI 
100 1 |a Van Vliet, Benjamin. 
245 1 0 |a Building automated trading systems :  |b with an introduction to Visual C++.NET 2005 /  |c Benjamin Van Vliet. 
260 |a Amsterdam ;  |a Boston :  |b Elsevier/Academic Press,  |c ©2007. 
300 |a 1 online resource (xiv, 316 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
340 |g polychrome.  |2 rdacc  |0 http://rdaregistry.info/termList/RDAColourContent/1003 
347 |a text file  |2 rdaft  |0 http://rdaregistry.info/termList/fileType/1002 
490 1 |a The financial market technology series 
500 |a Includes index. 
505 0 |a Cover -- Copyright Page -- Contents -- Acknowledgments -- Chapter 1: Introduction -- 1.1. ISO C++ -- 1.2. Structure of This Book -- Section I: Introduction to Visual C++.NET 2005 -- Chapter 2: The .NET Framework -- 2.1. MS Visual Studio 2005 Project Structure -- 2.2. What is C++/CLI? -- 2.3. Why Visual C++.NET? -- 2.4. The VC++.NET Compiler -- 2.5. What About Speed? -- 2.6. The .NET Framework -- 2.7. Sample Code: MessageBox_Example -- 2.8. Sample Code: StringConcat_Example -- 2.9. Sample Code: Debug_Example -- 2.10. Versioning -- 2.11. Summary -- Chapter 3: Tracking References -- 3.1. Sample Code: TrackingReference_Example -- 3.2. Sample Code: TemplateFunction_Example -- 3.3. M̂anaged Handle -- 3.4. Sample Code: RefType_Example -- 3.5. Summary -- Chapter 4: Classes and Objects -- 4.1. Abstraction -- 4.2. Encapsulation -- 4.3. Inheritance -- 4.4. Polymorphism -- 4.5. Memory Management in .NET -- 4.6. .NET Types -- 4.7. Unmanaged Types -- 4.8. Mixed Assemblies -- 4.9. Summary -- Chapter 5: Reference Types -- 5.1. Sample Code: RefType_Example -- 5.2. Delete and Dispose -- 5.3. Finalize -- 5.4. Sample Code: Finalize_Example -- 5.5. Stack Semantics for Ref Types -- 5.6. Nullptr Reference -- 5.7. This is Important -- 5.8. Summary -- Chapter 6: Value Types -- 6.1. Sample Code: ValueTypes_Example -- 6.2. Sample Code: PassingValueTypes_Example -- 6.3. Summary -- Chapter 7: Unmanaged Objects -- 7.1. Sample Code: UnmanagedObject_Example -- 7.2. Summary -- Chapter 8: Composition -- 8.1. Sample Code: Composition_Example -- 8.2. Sample Code: UnmanagedComposition_Example -- 8.3. Sample Code: ManagedComposition_Example -- 8.4. Summary -- Chapter 9: Properties -- 9.1. Sample Code: Properties_Example -- 9.2. Summary -- Chapter 10: Structures and Enumerations -- 10.1. Sample Code: ValueStructure_Example -- 10.2. Sample Code: ReferenceStructure_Example -- 10.3. Sample Code: Enums_Example -- 10.4. Summary -- Chapter 11: Inheritance -- 11.1. Access Modifiers -- 11.2. Object Class -- 11.3. Abstract and Sealed Classes -- 11.4. Sample Code: Inheritance_Example -- 11.5. Interfaces -- 11.6. Sample Code: Interface_Example -- 11.7. Runtime Callable Wrapper -- 11.8. Summary -- Chapter 12: Converting and Casting -- 12.1. Converting -- 12.2. Sample Code: Convert_Example -- 12.3. Static Casting -- 12.4. Sample Code: StaticCast_Example -- 12.5. Dynamic Casting -- 12.6. Sample Code: DynamicCast_Example -- 12.7. Safe Casting -- 12.8. Sample Code: SafeCast_Example --T$1048. 
520 |a Over the next few years, the proprietary trading and hedge fund industries will migrate largely to automated trade selection and execution systems. Indeed, this is already happening. While several finance books provide C++ code for pricing derivatives and performing numerical calculations, none approaches the topic from a system design perspective. This book will be divided into two sections-programming techniques and automated trading system (ATS) technology-and teach financial system design and development from the absolute ground up using Microsoft Visual C++.NET 2005. MS Visual C++.N. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Microsoft Visual C++. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft Visual C++  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Electronic trading of securities. 
650 0 |a Finance  |x Mathematical models. 
650 6 |a Valeurs mobilières  |x Commerce électronique. 
650 6 |a Finances  |x Modèles mathématiques. 
650 7 |a BUSINESS & ECONOMICS  |x E-Commerce  |x Online Trading.  |2 bisacsh 
650 7 |a Electronic trading of securities  |2 fast 
650 7 |a Finance  |x Mathematical models  |2 fast 
655 7 |a dissertations.  |2 aat 
655 7 |a Academic theses  |2 fast 
655 7 |a Academic theses.  |2 lcgft 
655 7 |a Thèses et écrits académiques.  |2 rvmgf 
758 |i has work:  |a Building automated trading systems (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGqCFVXhf9v4mpYkqVHW8P  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Van Vliet, Benjamin.  |t Building automated trading systems.  |d Amsterdam ; Boston : Elsevier/Academic Press, ©2007  |z 0750682515  |z 9780750682510  |w (DLC) 2007002143  |w (OCoLC)82172554 
830 0 |a Financial market technology series. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=294012  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL294012 
938 |a ebrary  |b EBRY  |n ebr10186195 
938 |a EBSCOhost  |b EBSC  |n 196343 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 104897 
938 |a YBP Library Services  |b YANK  |n 2574527 
994 |a 92  |b IZTAP