Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Engine Server Utils
EngineServerSubscriptionTradeEvent
Interface EngineServerSubscriptionTradeEvent
Event from subscribing to a
trade
stream.
interface
EngineServerSubscriptionTradeEvent
{
timestamp
:
string
;
product_id
:
number
;
price
:
string
;
taker_qty
:
string
;
maker_qty
:
string
;
is_taker_buyer
:
boolean
;
}
Index
Properties
timestamp
product_
id
price
taker_
qty
maker_
qty
is_
taker_
buyer
Properties
timestamp
timestamp
:
string
product_
id
product_
id
:
number
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
timestamp
product_
id
price
taker_
qty
maker_
qty
is_
taker_
buyer
Documentation
Loading...
Event from subscribing to a
trade
stream.