C# Класс XTAPI_Samples.frmFillUpdate

FillUpdate This example demonstrates using the XTAPI to retrieve fills for the authenticated X_TRADER user.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

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