Class TransactionRequest

java.lang.Object
com.studerw.tda.model.transaction.TransactionRequest

public class TransactionRequest extends Object
Request class for account transactions. If an empty request is sent, then all transactions from all valid dates will be returned for the account, as allowed by TDA. If a startDate is used, an endDate must also be used, and vice versa. The maximum date range is one year, according to TDA's documents.