get_order_id: Get Specific Order by ID for Account

View source: R/get_order_id.R

get_order_idR Documentation

Get Specific Order by ID for Account

Description

Given the tokens object from the 'get_authentication_tokens' function, the encrypted account ID, and the order ID, return a data frame containing information about the specific order.

Usage

get_order_id(tokens, account_number, order_id)

Arguments

tokens

token object from 'get_authentication_tokens' function (list).

account_number

encrypted ID of the account (string).

order_id

order ID for the order (numeric).

Value

Returns a data frame containing the information about the specific order.

Author(s)

Nick Bultman, njbultman74@gmail.com, July 2024


charlesschwabapi documentation built on April 4, 2025, 2:19 a.m.