TraderShop.Financials.TdAmeritrade.MarketHours 2.0.0

dotnet add package TraderShop.Financials.TdAmeritrade.MarketHours --version 2.0.0
                    
NuGet\Install-Package TraderShop.Financials.TdAmeritrade.MarketHours -Version 2.0.0
                    
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.MarketHours" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TraderShop.Financials.TdAmeritrade.MarketHours" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="TraderShop.Financials.TdAmeritrade.MarketHours" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TraderShop.Financials.TdAmeritrade.MarketHours --version 2.0.0
                    
#r "nuget: TraderShop.Financials.TdAmeritrade.MarketHours, 2.0.0"
                    
#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.
#:package TraderShop.Financials.TdAmeritrade.MarketHours@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TraderShop.Financials.TdAmeritrade.MarketHours&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=TraderShop.Financials.TdAmeritrade.MarketHours&version=2.0.0
                    
Install as a Cake Tool

Market HoursLibrary

<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 Documentation

Usage


    public class MarketHoursProvider
    {
        private readonly ITdAmeritradeMarketHoursProvider _hoursProvider;

        public MarketHoursProvider(ITdAmeritradeMarketHours Provider)
        {
            _hoursProvider = Provider;
        }

        public async void Return_Hours_Successfully()
        {
            var result = await _hoursProvider.GetHoursForMultipleMarkets
                (new MarketHoursQuery() { Date = DateTime.Now.AddDays(4), Markets = new string[] { "FUTURE" } }, CancellationToken.None);

        }

    }

Description

This library is in charge of providing information on market hours. Notice that most of these methods use MarketHoursQuery objects to specify the market and date. When using the object please hover over to see the properties.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 419 11/21/2022
1.1.4 497 7/4/2022
1.1.3 485 6/20/2022
1.1.2 480 6/19/2022
1.0.2 477 6/10/2022
1.0.1 477 5/24/2022
1.0.0 473 5/24/2022
1.0.0-preview1 236 5/24/2022

updated contracts