Show / Hide Table of Contents

Interface IWorthlessRemoval

Encapsulates the worthless removal information from Alpaca APIs.

Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface IWorthlessRemoval

Properties

| Improve this Doc View Source

ProcessDate

Gets the worthless removal process date

Declaration
DateOnly ProcessDate { get; }
Property Value
Type Description
DateOnly
| Improve this Doc View Source

Symbol

Gets the symbol

Declaration
String Symbol { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX