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