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

Saved in:
Bibliographic Details
Author / Creator:Van Vliet, Benjamin.
Imprint:Amsterdam ; Boston : Elsevier/Academic Press, ©2007.
Description:1 online resource (xiv, 316 pages) : illustrations
Language:English
Series:The financial market technology series
Financial market technology series.
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11153106
Hidden Bibliographic Details
ISBN:9780080476254
0080476252
0750682515
9780750682510
Digital file characteristics:text file
Notes:Includes index.
Print version record.
Summary: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.
Other form:Print version: Van Vliet, Benjamin. Building automated trading systems. Amsterdam ; Boston : Elsevier/Academic Press, ©2007 0750682515 9780750682510

MARC

LEADER 00000cam a2200000Ia 4500
001 11153106
005 20210426223906.4
006 m o d
007 cr cnu---unuuu
008 070627s2007 ne a o 001 0 eng d
010 |z  2007002143 
019 |a 174141840  |a 441802782  |a 648302220  |a 871942535  |a 961695293  |a 962729721  |a 984823888  |a 988434834  |a 992039987  |a 1037710028  |a 1038590570  |a 1055353716  |a 1058161415  |a 1064094817  |a 1081209285  |a 1114350091  |a 1153553200 
020 |a 9780080476254  |q (electronic bk.) 
020 |a 0080476252  |q (electronic bk.) 
020 |z 0750682515 
020 |z 9780750682510  |q (alk. paper) 
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)1037710028  |z (OCoLC)1038590570  |z (OCoLC)1055353716  |z (OCoLC)1058161415  |z (OCoLC)1064094817  |z (OCoLC)1081209285  |z (OCoLC)1114350091  |z (OCoLC)1153553200 
035 9 |a (OCLCCM-CC)145732546 
037 |a 8BE00462-3C09-47D6-A427-CA02961DA05E  |b OverDrive, Inc.  |n http://www.overdrive.com 
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 
049 |a MAIN 
050 4 |a HG4515.95  |b .V36 2007eb 
072 7 |a BUS  |x 090030  |2 bisacsh 
100 1 |a Van Vliet, Benjamin.  |0 http://id.loc.gov/authorities/names/n2003099087 
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. 
630 0 0 |a Microsoft Visual C++.  |0 http://id.loc.gov/authorities/names/n92107146 
630 0 0 |a Microsoft .NET Framework.  |0 http://id.loc.gov/authorities/names/n2017043838 
630 0 7 |a Microsoft Visual C++  |2 fast  |0 (OCoLC)fst01380152 
630 0 7 |a Microsoft .NET Framework.  |2 fast  |0 (OCoLC)fst01020083 
650 0 |a Electronic trading of securities.  |0 http://id.loc.gov/authorities/subjects/sh96010672 
650 0 |a Finance  |x Mathematical models.  |0 http://id.loc.gov/authorities/subjects/sh85048260 
650 7 |a BUSINESS & ECONOMICS  |x E-Commerce  |x Online Trading.  |2 bisacsh 
650 7 |a Electronic trading of securities.  |2 fast  |0 (OCoLC)fst00907498 
650 7 |a Finance  |x Mathematical models.  |2 fast  |0 (OCoLC)fst00924398 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
655 7 |a Electronic books.  |2 gtlm 
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.  |0 http://id.loc.gov/authorities/names/no2007036472 
903 |a HeVa 
929 |a oclccm 
999 f f |i 40dc326d-61f5-5321-8aa7-fe303bfc8503  |s 53ababf6-611b-51b6-9190-04296bea76a4 
928 |t Library of Congress classification  |a HG4515.95 .V36 2007eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=196343  |z eBooks on EBSCOhost  |g ebooks  |i 12240326