I am new to Quanconnect and want to backtest a long-short portfolio in quantconnect. As you know,the short side depends on the shortability determined by the brokerage (eg IB). Assume I have a list of M candidate stocks to short each of which has a weight (W) that I want to check to make sure if fillable. I will only take N of M stocks eligible for shorting. I see an example to calculate the quantity using self.calculate_order_quantity(symbol, W) which will return number of shortable shares for a given symbol. What I want is an easy way to see if the allowable weight is ≥ to the weight W I intend to short for that symbol.