Uses of Class
com.longport.trade.GetFundPositionsOptions
-
Packages that use GetFundPositionsOptions Package Description com.longport com.longport.trade -
-
Uses of GetFundPositionsOptions in com.longport
Methods in com.longport with parameters of type GetFundPositionsOptions Modifier and Type Method Description static void
SdkNative. tradeContextFundPositions(long context, GetFundPositionsOptions opts, AsyncCallback callback)
-
Uses of GetFundPositionsOptions in com.longport.trade
Methods in com.longport.trade that return GetFundPositionsOptions Modifier and Type Method Description GetFundPositionsOptions
GetFundPositionsOptions. setSymbols(String[] symbols)
Methods in com.longport.trade with parameters of type GetFundPositionsOptions Modifier and Type Method Description CompletableFuture<FundPositionsResponse>
TradeContext. getFundPositions(GetFundPositionsOptions opts)
Get fund positions
-