Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IViewPortfolioRequest

Hierarchy

  • IViewPortfolioRequest

Index

Properties

accountIdKey: string

The unique account key. Retrievable by calling the List Accounts API.

count?: number

The number of positions to return in the response. If not specified, defaults to 50. Used for paging as described in the Notes below.

lotsRequired?: boolean

It gives position lots for positions. Default: false.

marketSession?: MarketSession

The market session. Default: REGULAR.

sortBy?: SortBy

The sort by query. Sorting done based on the column specified in the query paramater.

sortOrder?: SortOrder

The sort order query. Default: DESC.

totalsRequired?: boolean

It gives the total values of the portfolio. Default: false.

view?: View

The view query. Default: Quick.

Generated using TypeDoc