Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineServerSubscriptionTradeEvent
Interface EngineServerSubscriptionTradeEvent
Event from subscribing to a
trade
stream.
interface
EngineServerSubscriptionTradeEvent
{
type
:
"trade"
;
product_id
:
number
;
timestamp
:
string
;
price
:
string
;
taker_qty
:
string
;
maker_qty
:
string
;
is_taker_buyer
:
boolean
;
}
Hierarchy (
View Summary
)
EngineServerSubscriptionBaseEvent
<
"trade"
>
EngineServerSubscriptionTradeEvent
Index
Properties
type
product_
id
timestamp
price
taker_
qty
maker_
qty
is_
taker_
buyer
Properties
type
type
:
"trade"
product_
id
product_id
:
number
timestamp
timestamp
:
string
price
price
:
string
taker_
qty
taker_qty
:
string
maker_
qty
maker_qty
:
string
is_
taker_
buyer
is_taker_buyer
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
product_
id
timestamp
price
taker_
qty
maker_
qty
is_
taker_
buyer
Documentation
Loading...
Event from subscribing to a
tradestream.