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 void
SdkNative. 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 GetCashFlowOptions
GetCashFlowOptions. setBusinessType(BalanceType businessType)
GetCashFlowOptions
GetCashFlowOptions. setPage(int page)
GetCashFlowOptions
GetCashFlowOptions. setSize(int size)
GetCashFlowOptions
GetCashFlowOptions. 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
-