C# 클래스 IQFeed.PricesForm

파일 보기 프로젝트 열기: mdhatmaker/Trading-prime-csharp

공개 메소드들

메소드 설명
PricesForm ( ) : System

Constructor for the form

비공개 메소드들

메소드 설명
AddPriceRow ( string symbol ) : void
AddSpreadRow ( string symbol, IQFeed.SpreadRow spreadRow ) : void
Level1SocketForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
Level1SocketForm_Load ( object sender, EventArgs e ) : void

Event handler for the form load event. It controls updating the form controls and initializing the connection to IQFeed

M_prices_UpdatePrices ( PriceUpdateIQ update ) : void
ReloadSpreads ( ) : void
ReloadSymbols ( ) : void
UpdateSpreads ( IQFeed.PriceRow row ) : void
UpdateStatusRight ( string sData ) : void
WriteSpreadsFile ( ) : void
WriteSymbolsFile ( ) : void
btnEditSpreadsFile_Click ( object sender, EventArgs e ) : void
btnEditSymbolsFile_Click ( object sender, EventArgs e ) : void
btnReloadSymbols_Click ( object sender, EventArgs e ) : void
btnWatch_Click ( object sender, EventArgs e ) : void

Event that fires when the Watch Button is pressed. Sends the watch command to the server via the Level 1 socket.

cancelContextMenuItem_Click ( object sender, EventArgs e ) : void
deleteRowContextMenuItem_Click ( object sender, EventArgs e ) : void
dfReadSpreads ( ) : DataFrame
dfReadSymbols ( ) : DataFrame
gridLevel1_CellContentDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
gridLevel1_MouseClick ( object sender, MouseEventArgs e ) : void
txtRequest_KeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

PricesForm() 공개 메소드

Constructor for the form
public PricesForm ( ) : System
리턴 System