C# 클래스 Spring.RabbitQuickStart.Common.Data.Stock

Simple POCO class that represents a stock
파일 보기 프로젝트 열기: spring-projects/spring-net-amqp-samples 1 사용 예제들

공개 메소드들

메소드 설명
Stock ( ) : System
Stock ( StockExchange stockExchange, String ticker ) : System
ToString ( ) : String

메소드 상세

Stock() 공개 메소드

public Stock ( ) : System
리턴 System

Stock() 공개 메소드

public Stock ( StockExchange stockExchange, String ticker ) : System
stockExchange StockExchange
ticker String
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String