Méthode | Description | |
---|---|---|
frmFillUpdate ( ) : System |
Initialize the TTOrderSet object and subscribe to the three fill events.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |