Package com.longbridge.trade
Class StockPositionsResponse
- java.lang.Object
-
- com.longbridge.trade.StockPositionsResponse
-
public class StockPositionsResponse extends Object
Response containing all stock positions
-
-
Constructor Summary
Constructors Constructor Description StockPositionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StockPositionChannel[]getChannels()Returns the stock position channels.StringtoString()
-
-
-
Method Detail
-
getChannels
public StockPositionChannel[] getChannels()
Returns the stock position channels.- Returns:
- stock position channels
-
-