Uses of Class
com.longport.trade.GetCashFlowOptions
-
Packages that use GetCashFlowOptions Package Description com.longport com.longport.trade -
-
Uses of GetCashFlowOptions in com.longport
Methods in com.longport with parameters of type GetCashFlowOptions Modifier and Type Method Description static voidSdkNative. tradeContextCashFlow(long context, GetCashFlowOptions opts, AsyncCallback callback) -
Uses of GetCashFlowOptions in com.longport.trade
Methods in com.longport.trade that return GetCashFlowOptions Modifier and Type Method Description GetCashFlowOptionsGetCashFlowOptions. setBusinessType(BalanceType businessType)GetCashFlowOptionsGetCashFlowOptions. setPage(int page)GetCashFlowOptionsGetCashFlowOptions. setSize(int size)GetCashFlowOptionsGetCashFlowOptions. setSymbol(String symbol)Methods in com.longport.trade with parameters of type GetCashFlowOptions Modifier and Type Method Description CompletableFuture<CashFlow[]>TradeContext. getCashFlow(GetCashFlowOptions opts)Get cash flow
-