C# Class Spring.RabbitQuickStart.Common.Data.Stock

Simple POCO class that represents a stock
Mostrar archivo Open project: spring-projects/spring-net-amqp-samples Class Usage Examples

Public Methods

Method Description
Stock ( ) : System
Stock ( StockExchange stockExchange, String ticker ) : System
ToString ( ) : String

Method Details

Stock() public method

public Stock ( ) : System
return System

Stock() public method

public Stock ( StockExchange stockExchange, String ticker ) : System
stockExchange StockExchange
ticker String
return System

ToString() public method

public ToString ( ) : String
return String