FolioOrders: Folio orders submitted in the current month

Description Usage Arguments

View source: R/FolioOrders.R

Description

View either buy or sell orders placed in the current month

Usage

1
2
FolioOrders(includeDetails = TRUE, orderType, status = NULL,
  LC_CRED = NULL)

Arguments

includeDetails

Include note level details

orderType

Return 'buy' or 'sell' orders

status

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

LC_CRED

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".


kuhnrl30/LendingClub documentation built on Jan. 1, 2020, 6:02 p.m.