Follow these steps to create the SharesRequest business object which
has these attributes:
- customerNumber (string)
- stockSymbol (string)
- quantityOfShares (int)
- pricePerShare (double)
- commission (double)
- returnCode (int)
- updatedTotalQuantityOfShares (int)
- cashAmount (double)