Binance Connector JS
Preparing search index...
@binance/spot
SpotWebsocketAPI
PriceFilter
Interface PriceFilter
Export
PriceFilter
interface
PriceFilter
{
filterType
?:
string
;
maxPrice
?:
string
;
minPrice
?:
string
;
priceExponent
?:
number
;
tickSize
?:
string
;
}
Index
Properties
filter
Type?
max
Price?
min
Price?
price
Exponent?
tick
Size?
Properties
Optional
filter
Type
filterType
?:
string
Memberof
PriceFilter
Optional
max
Price
maxPrice
?:
string
Memberof
PriceFilter
Optional
min
Price
minPrice
?:
string
Memberof
PriceFilter
Optional
price
Exponent
priceExponent
?:
number
Memberof
PriceFilter
Optional
tick
Size
tickSize
?:
string
Memberof
PriceFilter
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
filter
Type
max
Price
min
Price
price
Exponent
tick
Size
Binance Connector JS
Loading...
Export
PriceFilter