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