poloniex-node-api
Preparing search index...
IOrderOptions
Interface IOrderOptions
interface
IOrderOptions
{
accountType
?:
IAccountType
;
allowBorrow
?:
boolean
;
amount
?:
string
;
clientOrderId
?:
string
;
price
?:
string
;
quantity
?:
string
;
side
:
ISide
;
symbol
:
string
;
timeInForce
?:
ITimeInForce
;
type
?:
IOrderType
;
[
key
:
string
]:
undefined
|
string
|
number
|
boolean
|
string
[]
;
}
Hierarchy (
View Summary
)
IRecordType
IOrderOptions
Indexable
[
key
:
string
]:
undefined
|
string
|
number
|
boolean
|
string
[]
Index
Properties
account
Type?
allow
Borrow?
amount?
client
Order
Id?
price?
quantity?
side
symbol
time
In
Force?
type?
Properties
Optional
account
Type
accountType
?:
IAccountType
Optional
allow
Borrow
allowBorrow
?:
boolean
Optional
amount
amount
?:
string
Optional
client
Order
Id
clientOrderId
?:
string
Optional
price
price
?:
string
Optional
quantity
quantity
?:
string
side
side
:
ISide
symbol
symbol
:
string
Optional
time
In
Force
timeInForce
?:
ITimeInForce
Optional
type
type
?:
IOrderType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Type
allow
Borrow
amount
client
Order
Id
price
quantity
side
symbol
time
In
Force
type
poloniex-node-api
Loading...