I am using the method 'GetHistoricalData' to get the historical data for the stocks. It returns list of 'Historical' and the following are the properties of 'Historical'.
public struct Historical { TimeStamp , Open ,High, Low, Close, Volume, OI }
How can i get how many buyers and sellers insider this Volume ?