Show / Hide Table of Contents

Class SecurityKey

Base class for 'security key' abstraction.

Inheritance
System.Object
SecurityKey
OAuthKey
SecretKey
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 abstract class SecurityKey

Constructors

| Improve this Doc View Source

SecurityKey(String)

Creates new instance of SecurityKey object.

Declaration
protected SecurityKey(String value)
Parameters
Type Name Description
String value

Security key value.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX