Interface INameChange
Encapsulates the name change information from Alpaca APIs.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public interface INameChange
Properties
| Improve this Doc View SourceNewSymbol
Gets the new symbol
Declaration
String NewSymbol { get; }
Property Value
Type | Description |
---|---|
String |
OldSymbol
Gets the old symbol
Declaration
String OldSymbol { get; }
Property Value
Type | Description |
---|---|
String |
ProcessDate
Gets the name change process date
Declaration
DateOnly ProcessDate { get; }
Property Value
Type | Description |
---|---|
DateOnly |