C# Class TradingApi.Client.SampleWinFormApp.frmMain

Afficher le fichier Open project: cityindex-attic/TradingApi.Client.CS

Méthodes publiques

Méthode Description
adjustExternalMemoryWorkingSet ( ) : void
frmMain ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

adjustExternalMemoryWorkingSet() public static méthode

public static adjustExternalMemoryWorkingSet ( ) : void
Résultat void

frmMain() public méthode

public frmMain ( ) : System
Résultat System