I was wondering if when i am herfe:
[B]protected override void OnMarketData(MarketDataEventArgs marketDataUpdate)
{
if(marketDataUpdate.MarketDataType == MarketDataType.Last)
{
}
}[/B]
when i receive a type of Last, is it the last execution?
if yes, how can i understand if it executed a market order against the ask or the bid?
Also, if i receive a type of 'ask' what does i mean? Is it un update on just for top of the book?
I would like to understand better the behaviour of these parameters since i'm running a strategy that is based on the last executed trade in the market.
thanks

Comment