Chartbreaker
Preparing search index...
bundle
<internal>
PortfolioInfo
Type Alias PortfolioInfo
type
PortfolioInfo
=
{
convertCurrencyIsoToSymbol
:
(
currencyISO
?:
string
)
=>
string
|
undefined
;
initKoCalculation
:
(
param
:
{
prod
:
string
;
underlying
:
string
}
,
cb
:
(
err
:
Error
|
null
,
data
:
KoCalculations
)
=>
void
,
)
=>
{
unbind
:
()
=>
void
}
;
portfolioId
:
string
;
selectedExchangeStore
:
SelectedExchangesStore
;
session
:
Session
;
subscribeUnderlyingQuoteEstimateByProductQuote
:
(
params
:
subscribeUnderlyingQuoteEstimateByProductQuoteObject
,
cb
:
(
err
:
Error
&
{
code
:
string
}
|
null
,
data
:
{
askTooOld
:
boolean
;
bidTooOld
:
boolean
;
underlyingEstimate
:
number
;
}
,
)
=>
void
,
)
=>
{
unbind
:
()
=>
void
}
;
subscribeQuotes
(
subscriptions
:
{
crossRate1
?:
number
;
crossRate2
?:
number
;
prodAsk
:
number
;
prodBid
:
number
;
underlying
:
string
;
}
,
cb
:
(
quotes
:
{
crossRate1
?:
number
;
crossRate2
?:
number
;
prodAsk
:
Quote
;
prodBid
:
Quote
;
underlying
:
Quote
;
}
,
)
=>
void
,
)
:
{
unbind
:
()
=>
void
}
;
}
Index
Properties
convert
Currency
Iso
To
Symbol
init
Ko
Calculation
portfolio
Id
selected
Exchange
Store
session
subscribe
Underlying
Quote
Estimate
By
Product
Quote
Methods
subscribe
Quotes
Properties
convert
Currency
Iso
To
Symbol
convertCurrencyIsoToSymbol
:
(
currencyISO
?:
string
)
=>
string
|
undefined
init
Ko
Calculation
initKoCalculation
:
(
param
:
{
prod
:
string
;
underlying
:
string
}
,
cb
:
(
err
:
Error
|
null
,
data
:
KoCalculations
)
=>
void
,
)
=>
{
unbind
:
()
=>
void
}
portfolio
Id
portfolioId
:
string
selected
Exchange
Store
selectedExchangeStore
:
SelectedExchangesStore
session
session
:
Session
subscribe
Underlying
Quote
Estimate
By
Product
Quote
subscribeUnderlyingQuoteEstimateByProductQuote
:
(
params
:
subscribeUnderlyingQuoteEstimateByProductQuoteObject
,
cb
:
(
err
:
Error
&
{
code
:
string
}
|
null
,
data
:
{
askTooOld
:
boolean
;
bidTooOld
:
boolean
;
underlyingEstimate
:
number
;
}
,
)
=>
void
,
)
=>
{
unbind
:
()
=>
void
}
Methods
subscribe
Quotes
subscribeQuotes
(
subscriptions
:
{
crossRate1
?:
number
;
crossRate2
?:
number
;
prodAsk
:
number
;
prodBid
:
number
;
underlying
:
string
;
}
,
cb
:
(
quotes
:
{
crossRate1
?:
number
;
crossRate2
?:
number
;
prodAsk
:
Quote
;
prodBid
:
Quote
;
underlying
:
Quote
;
}
,
)
=>
void
,
)
:
{
unbind
:
()
=>
void
}
Parameters
subscriptions
:
{
crossRate1
?:
number
;
crossRate2
?:
number
;
prodAsk
:
number
;
prodBid
:
number
;
underlying
:
string
;
}
cb
:
(
quotes
:
{
crossRate1
?:
number
;
crossRate2
?:
number
;
prodAsk
:
Quote
;
prodBid
:
Quote
;
underlying
:
Quote
;
}
,
)
=>
void
Returns
{
unbind
:
()
=>
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
convert
Currency
Iso
To
Symbol
init
Ko
Calculation
portfolio
Id
selected
Exchange
Store
session
subscribe
Underlying
Quote
Estimate
By
Product
Quote
Methods
subscribe
Quotes
Legacy Docs
Impressum
Datenschutz/Privacy
Chartbreaker
Loading...