ShopSpell

Applied C in Financial Markets [Hardcover]

$102.99     $110.00    6% Off      (Free Shipping)
100 available
  • Category: Books (Business & Economics)
  • Author:  Worner, Martin
  • Author:  Worner, Martin
  • ISBN-10:  0470870613
  • ISBN-10:  0470870613
  • ISBN-13:  9780470870617
  • ISBN-13:  9780470870617
  • Publisher:  Wiley
  • Publisher:  Wiley
  • Pages:  136
  • Pages:  136
  • Binding:  Hardcover
  • Binding:  Hardcover
  • Pub Date:  01-May-2004
  • Pub Date:  01-May-2004
  • SKU:  0470870613-11-MPOD
  • SKU:  0470870613-11-MPOD
  • Item ID: 100719580
  • List Price: $110.00
  • Seller: ShopSpell
  • Ships in: 2 business days
  • Transit time: Up to 5 business days
  • Delivery by: Apr 09 to Apr 11
  • Notes: Brand New Book. Order Now.
Applied C# in Financial Markets covers all the aspects of C# relevant to practitioners working in financial sector.  It contains a practical workshop which builds on the material in the book, guiding you through all the stages of building a multiple model options calculator.  An accompanying website features examples, illustrations and solutions to the workshops and a downloadable application to complement the book.
  • Features examples and illustrations taken from a sample trading application, making the book relevant to those working in the financial markets.
  • Provides a quick start to C# for financial professionals to hit the ground running in building financial applications.
  • Workshops illustrate building an options calculator, exploring the various elements in C# as they progress.
List of Examples.

List of Figures.

List of Tables.

Preface.

1 What is .NET and how does C# fit in?

1.1 .NET framework and the common language runtime.

2 The Basics of C#.

2.1 Assignment, mathematic, logical and conditional operators.

2.1.1 Assignment operator.

2.1.2 Mathematical operators.

2.1.3 Calculate and re-assign operators += −=*= /=.

2.1.4 Logical operators.

2.1.5 Operator precedence.

2.2 Data structures.

2.2.1 Built-in types.

2.2.2 Casting and type converting.

2.2.3 Strings.

2.2.4 StringBuilder.

2.2.5 Regex.

2.2.6 Arrays.

2.2.7 Collections.