Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineServerSubscriptionFillEvent
Interface EngineServerSubscriptionFillEvent
Event from subscribing to a
fill
stream.
interface
EngineServerSubscriptionFillEvent
{
timestamp
:
string
;
product_id
:
number
;
subaccount
:
string
;
order_digest
:
string
;
filled_qty
:
string
;
remaining_qty
:
string
;
price
:
string
;
is_taker
:
boolean
;
}
Index
Properties
timestamp
product_
id
subaccount
order_
digest
filled_
qty
remaining_
qty
price
is_
taker
Properties
timestamp
timestamp
:
string
product_
id
product_id
:
number
subaccount
subaccount
:
string
order_
digest
order_digest
:
string
filled_
qty
filled_qty
:
string
remaining_
qty
remaining_qty
:
string
price
price
:
string
is_
taker
is_taker
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
timestamp
product_
id
subaccount
order_
digest
filled_
qty
remaining_
qty
price
is_
taker
Documentation
Loading...
Event from subscribing to a
fill
stream.