C# Class Spring.RabbitQuickStart.Client.UI.StockForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: spring-projects/spring-net-amqp-samples Class Usage Examples

Méthodes publiques

Méthode Description
StockForm ( ) : System
UpdateMarketData ( Quote quote ) : void
UpdateTrade ( TradeResponse trade ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnSendTradeRequest ( object sender, EventArgs e ) : void
RebindQueue ( string routingKey ) : void
StockForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
StockForm_Load ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnStart_Click ( object sender, EventArgs e ) : void
btnStop_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

StockForm() public méthode

public StockForm ( ) : System
Résultat System

UpdateMarketData() public méthode

public UpdateMarketData ( Quote quote ) : void
quote Spring.RabbitQuickStart.Common.Data.Quote
Résultat void

UpdateTrade() public méthode

public UpdateTrade ( TradeResponse trade ) : void
trade Spring.RabbitQuickStart.Common.Data.TradeResponse
Résultat void