alpacahq / alpaca-trade-api-csharp

C# SDK for Alpaca Trade API https://docs.alpaca.markets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add PTP support into assets

OlegRa opened this issue · comments

There are several places for updates to make PTP support available in .NET SDK:

  • Add the new boolean property IsPtpNoExceptionEntry into the IAccountConfiguration interface implementation
  • Add the new enum AssetAttributes and related Attributes property into the IAsset interface implementation
  • Add new filtering property Attributes into the AssetsRequest class for filtering by PTP attributes