C# Class TradingApi.Client.SampleWinFormApp.frmMain

Exibir arquivo Open project: cityindex-attic/TradingApi.Client.CS

Public Methods

Method Description
adjustExternalMemoryWorkingSet ( ) : void
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HandlePriceUpdate ( PriceDTO priceUpdate ) : void
InitializeComponent ( ) : void

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

PriceUpdateHandler ( PriceDTO priceUpdate ) : void
SetProcessWorkingSetSize ( IntPtr hProcess, int dwMinimumWorkingSetSize, int dwMaximumWorkingSetSize ) : bool
StartConnection ( String adapter ) : void
WriteOutput ( string message ) : void
WriteStatusOutput ( string status ) : void
cmdLogOn_Click ( object sender, EventArgs e ) : void
dgvAccountInformation_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
dgvMarketData_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dgvMarketData_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
dgvMarketData_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
dgvOpenPositions_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
dgvTradeHistory_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
doubleBufferedGridView1_CellPainting ( object sender, DataGridViewCellPaintingEventArgs e ) : void
frmMain_Load ( 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

adjustExternalMemoryWorkingSet() public static method

public static adjustExternalMemoryWorkingSet ( ) : void
return void

frmMain() public method

public frmMain ( ) : System
return System