BinanceObjects 1.0.7.3

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package BinanceObjects --version 1.0.7.3
NuGet\Install-Package BinanceObjects -Version 1.0.7.3
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="BinanceObjects" Version="1.0.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BinanceObjects --version 1.0.7.3
#r "nuget: BinanceObjects, 1.0.7.3"
#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 BinanceObjects as a Cake Addin
#addin nuget:?package=BinanceObjects&version=1.0.7.3

// Install BinanceObjects as a Cake Tool
#tool nuget:?package=BinanceObjects&version=1.0.7.3

Nuget

Methods for turning raw responses from the Rest API and Websocket API into strongly typed Objects


Objects

All of these objects are used by the BinanceAPI.NET Package and/or BinanceWebsocket Package


Generators

Generators create objects from raw responses that include quotation marks and are type specific

All Generators can be accessed by adding Generator to the end of the type

EXAMPLE Binance Exchange Information

 BinanceExchangeInformation binanceExchangeInformation = BinanceExchangeInformationGenerator.Create(rawResponse);

EXAMPLE BinancePlacedOrderSpot

BinancePlacedOrderSpot order = BinancePlacedOrderSpotGenerator.Create(rawResponse);

EXAMPLE Binance24HourPrice

List<Binance24HourPrice> 24HourPrice = Binance24HourPriceGenerator.CreateEnumerableResult(rawResponse);

Converters

Converters are for converting Enums to and from a String or when the response doesn't include quotation marks

EXAMPLE AccountTypeEnumConverter

AccountTypeEnumConverter.ConvertTo
AccountTypeEnumConverter.ConvertFrom

Copyright S Christison ©2020-2024

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BinanceObjects:

Package Downloads
BinanceAPI.NET

High Performance Rest API/Websocket Wrapper for Binance.com

BinanceWebsocket

Provides the fastest access possible to the Binance Websocket API and signs requests using Ed25519

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7.62 94 4/28/2024
1.0.7.61 213 4/25/2024

This update
-----
Update ObjectGenerator.NET to v1.0.2.4