Algorum.Quant.Types 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Algorum.Quant.Types --version 1.0.4
                    
NuGet\Install-Package Algorum.Quant.Types -Version 1.0.4
                    
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="Algorum.Quant.Types" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Algorum.Quant.Types" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Algorum.Quant.Types" />
                    
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 Algorum.Quant.Types --version 1.0.4
                    
#r "nuget: Algorum.Quant.Types, 1.0.4"
                    
#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.
#addin nuget:?package=Algorum.Quant.Types&version=1.0.4
                    
Install Algorum.Quant.Types as a Cake Addin
#tool nuget:?package=Algorum.Quant.Types&version=1.0.4
                    
Install Algorum.Quant.Types as a Cake Tool

Refer to below documentation to use this package to build Algo Trading strategies for Algorum.

https://docs.algorumsoftware.com/

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  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
1.0.45 629 2/14/2022
1.0.44 499 2/9/2022
1.0.43 494 2/9/2022
1.0.42 518 2/2/2022
1.0.41 517 2/2/2022
1.0.40 540 1/21/2022
1.0.39 518 1/19/2022
1.0.37 332 1/8/2022
1.0.36 387 1/7/2022
1.0.35 338 1/6/2022
1.0.34 328 1/6/2022
1.0.33 373 12/30/2021
1.0.32 333 12/30/2021
1.0.31 350 12/28/2021
1.0.30 337 12/27/2021
1.0.29 333 12/26/2021
1.0.28 353 12/24/2021
1.0.27 338 12/24/2021
1.0.26 347 12/24/2021
1.0.25 336 12/23/2021
1.0.24 315 12/23/2021
1.0.23 429 12/4/2021
1.0.22 355 12/3/2021
1.0.21 1,023 12/3/2021
1.0.20 968 12/3/2021
1.0.19 373 11/28/2021
1.0.18 345 11/28/2021
1.0.17 356 11/28/2021
1.0.16 3,182 11/25/2021
1.0.15 2,901 11/25/2021
1.0.14 2,864 11/25/2021
1.0.13 3,317 11/25/2021
1.0.12 508 11/19/2021
1.0.11 370 11/19/2021
1.0.10 375 11/19/2021
1.0.9 382 11/19/2021
1.0.8 421 11/16/2021
1.0.7 425 11/12/2021
1.0.6 395 11/11/2021
1.0.5 386 11/10/2021
1.0.4 408 11/10/2021
1.0.3 417 11/10/2021
1.0.2 468 11/1/2021
1.0.1 509 10/24/2021
1.0.0 492 10/24/2021

Added the last tick available to the quant engine for a particular order, as a property "LastTick" to the Order class.