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
;
slippageTolerance
?:
string
;
stpMode
?:
string
;
symbol
:
string
;
timeInForce
?:
ITimeInForce
;
type
?:
IOrderType
;
[
key
:
string
]:
string
|
number
|
boolean
|
string
[]
|
undefined
;
}
Hierarchy (
View Summary
)
IRecordType
IOrderOptions
Indexable
[
key
:
string
]:
string
|
number
|
boolean
|
string
[]
|
undefined
Index
Properties
account
Type?
allow
Borrow?
amount?
client
Order
Id?
price?
quantity?
side
slippage
Tolerance?
stp
Mode?
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
Optional
slippage
Tolerance
slippageTolerance
?:
string
Optional
stp
Mode
stpMode
?:
string
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
slippage
Tolerance
stp
Mode
symbol
time
In
Force
type
poloniex-node-api
Loading...