C# 클래스 XTAPI_Samples.frmFillUpdate

FillUpdate This example demonstrates using the XTAPI to retrieve fills for the authenticated X_TRADER user.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: tradingtechnologies/CodeSamples_XTAPI_CSharp

공개 메소드들

메소드 설명
frmFillUpdate ( ) : System

Initialize the TTOrderSet object and subscribe to the three fill events.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AboutMenuItem_Click ( object sender, System e ) : void

Display the About dialog box.

InitializeComponent ( ) : void

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

Main ( ) : void
m_TTOrderSet_OnOrderFillBlockEnd ( ) : void

This function is called when a set of fills has been delivered.

m_TTOrderSet_OnOrderFillBlockStart ( ) : void

This function is called when a set of fills is about to be sent.

m_TTOrderSet_OnOrderFillData ( XTAPI pFillObj ) : void

This function is called for every fill update. Obtain the fill information by calling the Get() properties from the TTFillObj passed as an argument.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

frmFillUpdate() 공개 메소드

Initialize the TTOrderSet object and subscribe to the three fill events.
public frmFillUpdate ( ) : System
리턴 System