C# 클래스 Spring.RabbitQuickStart.Client.UI.StockController

Handles requests from the UI and forwards them to the remote service. Messages recieved from the service routed through this controller to update the UI.
파일 보기 프로젝트 열기: spring-projects/spring-net-amqp-samples 1 사용 예제들

공개 메소드들

메소드 설명
SendTradeRequest ( ) : void
UpdateMarketData ( Quote quote ) : void
UpdateTrade ( TradeResponse tradeResponse ) : void

메소드 상세

SendTradeRequest() 공개 메소드

public SendTradeRequest ( ) : void
리턴 void

UpdateMarketData() 공개 메소드

public UpdateMarketData ( Quote quote ) : void
quote Spring.RabbitQuickStart.Common.Data.Quote
리턴 void

UpdateTrade() 공개 메소드

public UpdateTrade ( TradeResponse tradeResponse ) : void
tradeResponse Spring.RabbitQuickStart.Common.Data.TradeResponse
리턴 void