bitfinex-node-api
Preparing search index...
IFundingBookUpdateMessage
Interface IFundingBookUpdateMessage
Live update of a single rate level in the aggregated funding book.
interface
IFundingBookUpdateMessage
{
amount
:
number
;
channel_id
:
number
;
count
:
number
;
currency
:
string
;
period
:
number
;
rate
:
number
;
type
:
"funding_book_update"
;
}
Hierarchy (
View Summary
)
IFundingBookLevel
IFundingBookUpdateMessage
Index
Properties
amount
channel_
id
count
currency
period
rate
type
Properties
amount
amount
:
number
channel_
id
channel_id
:
number
count
count
:
number
currency
currency
:
string
period
period
:
number
rate
rate
:
number
type
type
:
"funding_book_update"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
channel_
id
count
currency
period
rate
type
bitfinex-node-api
Loading...
Live update of a single rate level in the aggregated funding book.