Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/ConfigDictionaryType"

Index

Type aliases

AggregateListItem

AggregateListItem: { id: string; name: string }

Type declaration

  • id: string
  • name: string

BondExchange

BondExchange: { country: number; exchange: number; id: number; postfix?: undefined | string }

Type declaration

  • country: number
  • exchange: number
  • id: number
  • Optional postfix?: undefined | string

BondIssuerType

BondIssuerType: { id: number; name: string; translation: string }

Type declaration

  • id: number
  • name: string
  • translation: string

CFDExchange

CFDExchange: { country: number; exchange: number; id: number }

Type declaration

  • country: number
  • exchange: number
  • id: number

CombinationExchange

CombinationExchange: { id: number; name: string }

Type declaration

  • id: number
  • name: string

ConfigDictionaryType

ConfigDictionaryType: { bondExchanges: BondExchange[]; bondIssuerTypes: BondIssuerType[]; bondSortColumns: SortListItem[]; cfdExchanges: CFDExchange[]; cfdSortColumns: SortListItem[]; combinationExchanges: CombinationExchange[]; countries: Country[]; etfAggregateTypes: AggregateListItem[]; etfFeeTypes: FeeType[]; etfSortColumns: SortListItem[]; eurexCountries: EurexCountry[]; exchanges: Exchange[]; futureExchanges: FutureExchange[]; futureSortColumns: SortListItem[]; indices: Index[]; investmentFundAggregateTypes: AggregateListItem[]; investmentFundFeeTypes: FeeType[]; investmentFundSortColumns: SortListItem[]; leveragedAggregateTypes: AggregateListItem[]; leveragedSortColumns: SortListItem[]; lookupSortColumns: SortListItem[]; optionAggregateTypes: AggregateListItem[]; optionExchanges: OptionExchange[]; optionSortColumns: SortListItem[]; productTypes: ProductTypes[]; regions: Region[]; stockCountries: StockCountry[]; stockSortColumns: SortListItem[]; warrantAggregateTypes: AggregateListItem[]; warrantSortColumns: SortListItem[] }

Type declaration

Country

Country: { id: number; name: string; region: number; translation: string }

Type declaration

  • id: number
  • name: string
  • region: number
  • translation: string

EurexCountry

EurexCountry: { exchanges: Exchange[]; id: number; name: string; underlyingExchangeIds: number[] }

Type declaration

  • exchanges: Exchange[]
  • id: number
  • name: string
  • underlyingExchangeIds: number[]

Exchange

Exchange: { city?: undefined | string; code?: undefined | string; country: string; hiqAbbr: string; id: number; micCode?: undefined | string; name: string }

Type declaration

  • Optional city?: undefined | string
  • Optional code?: undefined | string
  • country: string
  • hiqAbbr: string
  • id: number
  • Optional micCode?: undefined | string
  • name: string

FeeType

FeeType: { id: number; name: string; translation: string }

Type declaration

  • id: number
  • name: string
  • translation: string

FutureExchange

FutureExchange: { eurexCountries?: number[]; id: number; name: string }

Type declaration

  • Optional eurexCountries?: number[]
  • id: number
  • name: string

Index

Index: { id: number; name: string; productId?: undefined | number }

Type declaration

  • id: number
  • name: string
  • Optional productId?: undefined | number

OptionExchange

OptionExchange: { eurexCountries?: number[]; exchangeId: number; id: number; name: string; underlyingExchangeIds?: number[] }

Type declaration

  • Optional eurexCountries?: number[]
  • exchangeId: number
  • id: number
  • name: string
  • Optional underlyingExchangeIds?: number[]

ProductTypes

ProductTypes: { briefTranslation: string; contractType: string; id: number; name: string; translation: string }

Type declaration

  • briefTranslation: string
  • contractType: string
  • id: number
  • name: string
  • translation: string

Region

Region: { id: number; name: string; translation: string }

Type declaration

  • id: number
  • name: string
  • translation: string

SortListItem

SortListItem: { id: string }

Type declaration

  • id: string

StockCountry

StockCountry: { country: number; exchanges?: number[]; id: number; indices?: number[] }

Type declaration

  • country: number
  • Optional exchanges?: number[]
  • id: number
  • Optional indices?: number[]

Generated using TypeDoc