poloniex-node-api
Preparing search index...
IOpenOrdersOptions
Interface IOpenOrdersOptions
interface
IOpenOrdersOptions
{
direction
?:
IDirection
;
from
?:
string
|
number
;
limit
?:
string
|
number
;
side
?:
ISide
;
symbol
?:
string
;
[
key
:
string
]:
undefined
|
string
|
number
|
boolean
|
string
[]
;
}
Hierarchy (
View Summary
)
IRecordType
IOpenOrdersOptions
IOrdersOptions
Indexable
[
key
:
string
]:
undefined
|
string
|
number
|
boolean
|
string
[]
Index
Properties
direction?
from?
limit?
side?
symbol?
Properties
Optional
direction
direction
?:
IDirection
Optional
from
from
?:
string
|
number
Optional
limit
limit
?:
string
|
number
Optional
side
side
?:
ISide
Optional
symbol
symbol
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
from
limit
side
symbol
poloniex-node-api
Loading...