Files
nt8-sdk/src/NT8.Adapters/PlaceholderAdapter.cs
Billy Valentine 92f3732b3d
Some checks failed
Build and Test / build (push) Has been cancelled
Phase 0 completion: NT8 SDK core framework with risk management and position sizing
2025-09-09 17:06:37 -04:00

16 lines
410 B
C#

// Placeholder file for NT8.Adapters project
// This will contain NinjaTrader 8 integration adapters in Phase 1
using System;
namespace NT8.Adapters
{
/// <summary>
/// Placeholder class to make project compile
/// Will be removed when actual NT8 adapters are implemented
/// </summary>
internal class PlaceholderAdapter
{
// Intentionally empty - just for compilation
}
}