Package com.longport.trade
Class GetCashFlowOptions
- java.lang.Object
-
- com.longport.trade.GetCashFlowOptions
-
public class GetCashFlowOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCashFlowOptions(OffsetDateTime startAt, OffsetDateTime endAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BalanceType
getBusinessType()
GetCashFlowOptions
setBusinessType(BalanceType businessType)
GetCashFlowOptions
setPage(int page)
GetCashFlowOptions
setSize(int size)
GetCashFlowOptions
setSymbol(String symbol)
-
-
-
Constructor Detail
-
GetCashFlowOptions
public GetCashFlowOptions(OffsetDateTime startAt, OffsetDateTime endAt)
-
-
Method Detail
-
getBusinessType
public BalanceType getBusinessType()
-
setBusinessType
public GetCashFlowOptions setBusinessType(BalanceType businessType)
-
setSymbol
public GetCashFlowOptions setSymbol(String symbol)
-
setPage
public GetCashFlowOptions setPage(int page)
-
setSize
public GetCashFlowOptions setSize(int size)
-
-