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

Inheritance: System.Windows.Forms.Form
Show file Open project: spring-projects/spring-net-amqp-samples Class Usage Examples

Public Methods

Method Description
StockForm ( ) : System
UpdateMarketData ( Quote quote ) : void
UpdateTrade ( TradeResponse trade ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

StockForm() public method

public StockForm ( ) : System
return System

UpdateMarketData() public method

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

UpdateTrade() public method

public UpdateTrade ( TradeResponse trade ) : void
trade Spring.RabbitQuickStart.Common.Data.TradeResponse
return void