Пример #1
0
 /// <summary>
 /// Handles the changing of an execution record.
 /// </summary>
 /// <param name="sender">Object that generated the event.</param>
 /// <param name="e">The event argument.</param>
 public void BlotterRowChangeEvent(object sender, ClientMarketData.BlotterRowChangeEvent executionRowChangeEvent)
 {
 }
Пример #2
0
 /// <summary>
 /// Handles a change to the blotter table.
 /// </summary>
 /// <param name="sender">The object that generated the event.</param>
 /// <param name="blotterRowChangeEvent">The parameters for the event handler.</param>
 private void ChangeBlotterRow(object sender, ClientMarketData.BlotterRowChangeEvent blotterRowChangeEvent)
 {
 }