bitfinex-node-api
Preparing search index...
IOrderResponse
Interface IOrderResponse
interface
IOrderResponse
{
avg_execution_price
:
string
;
cid
:
number
;
cid_date
:
string
;
exchange
:
"bitfinex"
;
executed_amount
:
string
;
gid
:
string
|
number
|
null
;
id
:
number
;
is_cancelled
:
boolean
;
is_hidden
:
boolean
|
0
|
1
;
is_live
:
boolean
;
meta
?:
Record
<
string
,
unknown
>
;
oco_order
?:
boolean
|
0
|
1
|
null
;
order_id
?:
number
;
original_amount
:
string
;
price
:
string
;
remaining_amount
:
string
;
side
:
IOrderSide
;
src
?:
string
;
symbol
:
string
;
timestamp
:
string
;
type
:
IOrderType
;
was_forced
:
boolean
;
}
Index
Properties
avg_
execution_
price
cid
cid_
date
exchange
executed_
amount
gid
id
is_
cancelled
is_
hidden
is_
live
meta?
oco_
order?
order_
id?
original_
amount
price
remaining_
amount
side
src?
symbol
timestamp
type
was_
forced
Properties
avg_
execution_
price
avg_execution_price
:
string
cid
cid
:
number
cid_
date
cid_date
:
string
exchange
exchange
:
"bitfinex"
executed_
amount
executed_amount
:
string
gid
gid
:
string
|
number
|
null
id
id
:
number
is_
cancelled
is_cancelled
:
boolean
is_
hidden
is_hidden
:
boolean
|
0
|
1
is_
live
is_live
:
boolean
Optional
meta
meta
?:
Record
<
string
,
unknown
>
Optional
oco_
order
oco_order
?:
boolean
|
0
|
1
|
null
Optional
order_
id
order_id
?:
number
original_
amount
original_amount
:
string
price
price
:
string
remaining_
amount
remaining_amount
:
string
side
side
:
IOrderSide
Optional
src
src
?:
string
symbol
symbol
:
string
timestamp
timestamp
:
string
type
type
:
IOrderType
was_
forced
was_forced
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avg_
execution_
price
cid
cid_
date
exchange
executed_
amount
gid
id
is_
cancelled
is_
hidden
is_
live
meta
oco_
order
order_
id
original_
amount
price
remaining_
amount
side
src
symbol
timestamp
type
was_
forced
bitfinex-node-api
Loading...