Help on Design a class named StockTransaction that holds a stock symbol (typically one to four characters), stock

name, number of shares traded, and price per share. Include methods to set and get the values for each
data field.

Create the class diagram using UMLet and write the pseudocode that defines the class?