Yes, but it's Method as below neither is publicized, possibly due it's advance nature and heavy CPU intensive character.
the prototype:
protected override void OnMarketData(MarketDataEventArgs e)
{
}
TGM,
search the NT help files under OnMarketData.
the prototype:
protected override void OnMarketData(MarketDataEventArgs e)
{
}
TGM,
search the NT help files under OnMarketData.
Quote from RedDuke:
They are events, so that is probably why. If you go to help and type their names, you will see sample code on how to use it.