View either buy or sell orders placed in the current month
FolioOrders(includeDetails = TRUE, orderType, status = NULL,
LC_CRED = NULL)
Include note level details
Return 'buy' or 'sell' orders
Used to filter results. Can be NULL or one of 9 possible status:
IN_LISTING
SETTLED
CANCELED_BY_SELLER
CANCELED_TIME_EXPIRED
PENDING_TRADE_SETTLEMENT
CANCELED_BY_PAYMENT
CANCELED_BY_DEFAULT_OR_CHARGE_OFF
REPRICED
CANCELED_BY_BANKRUPTCY
Credential object having class LendingClub_credential. This object can be created using the lc_MakeCredential()
function. You can pass the object directly as an argument to the function or alternatively, it can be read from the global environment if it was stored as "LC_CRED".