Show / Hide Table of Contents

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 Source

NewSymbol

Gets the new symbol

Declaration
String NewSymbol { get; }
Property Value
Type Description
String
| Improve this Doc View Source

OldSymbol

Gets the old symbol

Declaration
String OldSymbol { get; }
Property Value
Type Description
String
| Improve this Doc View Source

ProcessDate

Gets the name change process date

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