Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Engine Server Utils
EngineServerSubscriptionBestBidOfferEvent
Interface EngineServerSubscriptionBestBidOfferEvent
Event from subscribing to a
best_bid_offer
stream.
interface
EngineServerSubscriptionBestBidOfferEvent
{
timestamp
:
string
;
product_id
:
number
;
bid_price
:
string
;
bid_qty
:
string
;
ask_price
:
string
;
ask_qty
:
string
;
}
Index
Properties
timestamp
product_
id
bid_
price
bid_
qty
ask_
price
ask_
qty
Properties
timestamp
timestamp
:
string
product_
id
product_
id
:
number
bid_
price
bid_
price
:
string
bid_
qty
bid_
qty
:
string
ask_
price
ask_
price
:
string
ask_
qty
ask_
qty
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
timestamp
product_
id
bid_
price
bid_
qty
ask_
price
ask_
qty
Documentation
Loading...
Event from subscribing to a
best_bid_offer
stream.