Show / Hide Table of Contents

Class Pagination

Encapsulates all data required for the pagination support in Alpaca Data API v2

Inheritance
System.Object
Pagination
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 sealed class Pagination

Properties

| Improve this Doc View Source

MaxPageSize

Gets the maximum valid page size for requests supported by Alpaca Data API v2.

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

Size

Gets and sets the request page size. If equals to null default size will be used.

Declaration
public UInt32? Size { get; set; }
Property Value
Type Description
System.Nullable<UInt32>
| Improve this Doc View Source

Token

Gets and sets the page token for the request. Should be null for the first request.

Declaration
public String? Token { get; set; }
Property Value
Type Description
System.Nullable<String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX