hoodkit
Preparing search index...
index
CrossEvent
Interface CrossEvent
A fired price-cross event.
interface
CrossEvent
{
direction
:
"up"
|
"down"
;
previous
:
number
;
price
:
number
;
symbol
:
string
;
threshold
:
number
;
}
Index
Properties
direction
previous
price
symbol
threshold
Properties
direction
direction
:
"up"
|
"down"
previous
previous
:
number
price
price
:
number
symbol
symbol
:
string
threshold
threshold
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
previous
price
symbol
threshold
hoodkit
Loading...
A fired price-cross event.