public void OnDataConsolidated(object sender, QuoteBar quoteBar)
 {
     Log("OnDataConsolidated called");
     Log(quoteBar.ToString());
 }