Show / Hide Table of Contents

Interface ICorrection

Encapsulates trade correction information from Alpaca APIs.

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

Properties

| Improve this Doc View Source

CorrectedTrade

Gets information about the corrected trade.

Declaration
ITrade CorrectedTrade { get; }
Property Value
Type Description
ITrade
| Improve this Doc View Source

OriginalTrade

Gets information about the original trade.

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