C# Класс TradingApi.Client.SampleWinFormApp.frmMain

Показать файл Открыть проект

Открытые методы

Метод Описание
adjustExternalMemoryWorkingSet ( ) : void
frmMain ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

adjustExternalMemoryWorkingSet() публичный статический Метод

public static adjustExternalMemoryWorkingSet ( ) : void
Результат void

frmMain() публичный Метод

public frmMain ( ) : System
Результат System