Package com.longbridge.trade
Class FundPositionChannel
- java.lang.Object
-
- com.longbridge.trade.FundPositionChannel
-
public class FundPositionChannel extends Object
Fund positions grouped by account channel
-
-
Constructor Summary
Constructors Constructor Description FundPositionChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountChannel()Returns the account channel identifier.FundPosition[]getPositions()Returns the fund positions for this channel.StringtoString()
-
-
-
Method Detail
-
getAccountChannel
public String getAccountChannel()
Returns the account channel identifier.- Returns:
- account channel identifier
-
getPositions
public FundPosition[] getPositions()
Returns the fund positions for this channel.- Returns:
- fund positions
-
-