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