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 SourceProcessDate
Gets the worthless removal process date
Declaration
DateOnly ProcessDate { get; }
Property Value
| Type | Description |
|---|---|
| DateOnly |
Symbol
Gets the symbol
Declaration
String Symbol { get; }
Property Value
| Type | Description |
|---|---|
| String |