Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineServerSubscriptionBookDepthEvent
Interface EngineServerSubscriptionBookDepthEvent
Event from subscribing to a
book_depth
stream.
interface
EngineServerSubscriptionBookDepthEvent
{
type
:
"book_depth"
;
product_id
:
number
;
last_max_timestamp
:
string
;
min_timestamp
:
string
;
max_timestamp
:
string
;
bids
:
EngineServerPriceTickLiquidity
[]
;
asks
:
EngineServerPriceTickLiquidity
[]
;
}
Hierarchy (
View Summary
)
EngineServerSubscriptionBaseEvent
<
"book_depth"
>
EngineServerSubscriptionBookDepthEvent
Index
Properties
type
product_
id
last_
max_
timestamp
min_
timestamp
max_
timestamp
bids
asks
Properties
type
type
:
"book_depth"
product_
id
product_id
:
number
last_
max_
timestamp
last_max_timestamp
:
string
min_
timestamp
min_timestamp
:
string
max_
timestamp
max_timestamp
:
string
bids
bids
:
EngineServerPriceTickLiquidity
[]
asks
asks
:
EngineServerPriceTickLiquidity
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
product_
id
last_
max_
timestamp
min_
timestamp
max_
timestamp
bids
asks
Documentation
Loading...
Event from subscribing to a
book_depthstream.