Table of Contents

Class Pagination

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

Pages a list of orders for display (MT5 Pagination).

public sealed class Pagination
Inheritance
Pagination
Inherited Members

Constructors

Pagination(List<Order>, int)

Pages a list of orders for display (MT5 Pagination).

Properties

Created

When the pagination was created (UTC).

Orders

The orders being paged.

OrdersPerPage

Page size (at least 1).

Methods

GetPage(int)

The orders of a zero-based page.

PagesCount()

Number of pages.