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

Simple POCO class that represents a quote
Show file Open project: spring-projects/spring-net-amqp-samples Class Usage Examples

Public Methods

Method Description
Quote ( ) : System
Quote ( Stock stock, String price ) : System
Quote ( Stock stock, String price, long timestamp ) : System
ToString ( ) : String
getTimeString ( ) : String

Method Details

Quote() public method

public Quote ( ) : System
return System

Quote() public method

public Quote ( Stock stock, String price ) : System
stock Stock
price String
return System

Quote() public method

public Quote ( Stock stock, String price, long timestamp ) : System
stock Stock
price String
timestamp long
return System

ToString() public method

public ToString ( ) : String
return String

getTimeString() public method

public getTimeString ( ) : String
return String