TraderShop.Financials.TdAmeritrade.Accounts 1.0.0-preview1

This is a prerelease version of TraderShop.Financials.TdAmeritrade.Accounts.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TraderShop.Financials.TdAmeritrade.Accounts --version 1.0.0-preview1
NuGet\Install-Package TraderShop.Financials.TdAmeritrade.Accounts -Version 1.0.0-preview1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TraderShop.Financials.TdAmeritrade.Accounts" Version="1.0.0-preview1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TraderShop.Financials.TdAmeritrade.Accounts --version 1.0.0-preview1
#r "nuget: TraderShop.Financials.TdAmeritrade.Accounts, 1.0.0-preview1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TraderShop.Financials.TdAmeritrade.Accounts as a Cake Addin
#addin nuget:?package=TraderShop.Financials.TdAmeritrade.Accounts&version=1.0.0-preview1&prerelease

// Install TraderShop.Financials.TdAmeritrade.Accounts as a Cake Tool
#tool nuget:?package=TraderShop.Financials.TdAmeritrade.Accounts&version=1.0.0-preview1&prerelease

Accounts & Trading Library

<img src="https://img.shields.io/github/issues/ucrengineer/TraderShop.Financials" alt = "home screen" style = "float: left"/> <img src="https://img.shields.io/github/forks/ucrengineer/TraderShop.Financials" alt = "home screen" style = "float: left"/> <img src="https://img.shields.io/github/stars/ucrengineer/TraderShop.Financials" alt = "home screen" style = "float: left"/> <img src="https://img.shields.io/github/license/ucrengineer/TraderShop.Financials.TdAmeritrade" alt = "home screen" style = "float: left"/>

<br></br> <a href="https://www.buymeacoffee.com/ucrengineer" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

<br></br> TdAmeritrade API Account Endpoint Documentation

Usage


    public class AccountsProviderDemo
    {
        private readonly ITdAmeritradeAccountProvider _accountProvider;
        private readonly TdAmeritradeOptions _options;
        public AccountsProviderDemo(ITdAmeritradeAccountProvider accountProvider, TdAmeritradeOptions options)
        {
            _accountProvider = accountProvider;
            _options = options;
        }
        public async Task Return_Accounts_Successfully()
        {
            var result = await _accountProvider.GetAccounts();

        }
        public async Task Return_Account_Succesfully()
        {
            var result = await _accountProvider.GetAccount(_options.account_number);
        }
    }

Description

Returns all information regarding the accounts associated with the user. The information is modeled using various models in the Models folder.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 348 11/21/2022
1.1.4 419 7/4/2022
1.1.3 415 6/20/2022
1.1.2 401 6/19/2022
1.0.2 400 6/10/2022
1.0.1 400 5/24/2022
1.0.0 399 5/24/2022
1.0.0-preview1 165 5/24/2022