Show / Hide Table of Contents

Class Environments

Provides single entry point for obtaining information about different environments.

Inheritance
System.Object
Environments
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public static class Environments

Properties

| Improve this Doc View Source

Live

Gets live trading environment.

Declaration
public static IEnvironment Live { get; }
Property Value
Type Description
IEnvironment
| Improve this Doc View Source

Paper

Gets paper trading environment. Paper trading is a simulation environment that does not use real money. See Alpaca Paper Trading Documentation for more information.

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