Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineServerSubscriptionLatestCandlestickEvent
Interface EngineServerSubscriptionLatestCandlestickEvent
Event from subscribing to a
latest_candlestick
stream.
interface
EngineServerSubscriptionLatestCandlestickEvent
{
type
:
"latest_candlestick"
;
product_id
:
number
;
timestamp
:
string
;
granularity
:
number
;
open_x18
:
string
;
high_x18
:
string
;
low_x18
:
string
;
close_x18
:
string
;
volume
:
string
;
}
Hierarchy (
View Summary
)
EngineServerSubscriptionBaseEvent
<
"latest_candlestick"
>
EngineServerSubscriptionLatestCandlestickEvent
Index
Properties
type
product_
id
timestamp
granularity
open_
x18
high_
x18
low_
x18
close_
x18
volume
Properties
type
type
:
"latest_candlestick"
product_
id
product_id
:
number
timestamp
timestamp
:
string
granularity
granularity
:
number
open_
x18
open_x18
:
string
high_
x18
high_x18
:
string
low_
x18
low_x18
:
string
close_
x18
close_x18
:
string
volume
volume
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
product_
id
timestamp
granularity
open_
x18
high_
x18
low_
x18
close_
x18
volume
Documentation
Loading...
Event from subscribing to a
latest_candlestickstream.