public class GetTradesCall extends APICall.Builder<GetTradesCall>
params| Modifier and Type | Method and Description | 
|---|---|
| GetTradesCall | account(long account) | 
| GetTradesCall | account(java.lang.String account) | 
| GetTradesCall | asset(long asset) | 
| GetTradesCall | asset(java.lang.String asset) | 
| static GetTradesCall | create() | 
| GetTradesCall | firstIndex(int firstIndex) | 
| GetTradesCall | includeAssetInfo(boolean includeAssetInfo) | 
| GetTradesCall | lastIndex(int lastIndex) | 
| GetTradesCall | requireBlock(java.lang.String requireBlock) | 
| GetTradesCall | requireLastBlock(java.lang.String requireLastBlock) | 
| GetTradesCall | timestamp(int timestamp) | 
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParampublic static GetTradesCall create()
public GetTradesCall requireLastBlock(java.lang.String requireLastBlock)
public GetTradesCall firstIndex(int firstIndex)
public GetTradesCall lastIndex(int lastIndex)
public GetTradesCall includeAssetInfo(boolean includeAssetInfo)
public GetTradesCall asset(java.lang.String asset)
public GetTradesCall asset(long asset)
public GetTradesCall account(java.lang.String account)
public GetTradesCall account(long account)
public GetTradesCall requireBlock(java.lang.String requireBlock)
public GetTradesCall timestamp(int timestamp)