S2-B1/B2: live account balance, Optimizable attrs, BarsRequired=50, archive NT8.Core.Orders
Some checks failed
Build and Test / build (push) Has been cancelled

This commit is contained in:
2026-03-19 14:48:22 -04:00
parent 498f298975
commit 3282254572
5 changed files with 36 additions and 2 deletions

View File

@@ -4,6 +4,11 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
// ARCHIVED: This namespace (NT8.Core.Orders) is superseded by NT8.Core.OMS.
// NT8.Core.OMS is the canonical order management implementation used by NT8StrategyBase.
// These files are retained for reference only and are not referenced by any active code.
// Do not add new code here. Do not remove these files until a full audit confirms zero references.
namespace NT8.Core.Orders
{
/// <summary>

View File

@@ -6,6 +6,11 @@ using System;
using System.Collections.Generic;
using System.Threading.Tasks;
// ARCHIVED: This namespace (NT8.Core.Orders) is superseded by NT8.Core.OMS.
// NT8.Core.OMS is the canonical order management implementation used by NT8StrategyBase.
// These files are retained for reference only and are not referenced by any active code.
// Do not add new code here. Do not remove these files until a full audit confirms zero references.
namespace NT8.Core.Orders
{
/// <summary>

View File

@@ -2,6 +2,11 @@ using NT8.Core.Common.Models;
using System;
using System.Collections.Generic;
// ARCHIVED: This namespace (NT8.Core.Orders) is superseded by NT8.Core.OMS.
// NT8.Core.OMS is the canonical order management implementation used by NT8StrategyBase.
// These files are retained for reference only and are not referenced by any active code.
// Do not add new code here. Do not remove these files until a full audit confirms zero references.
namespace NT8.Core.Orders
{
#region Core Order Models