Search
Preparing search index...
The search index is not available
dripjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
BitmexSpy
Class BitmexSpy
Hierarchy
Intel
BitmexSpy
Index
Constructors
constructor
Properties
rest
ws
Methods
destory
get
Bars
get
Depth$
get
Symbol
get
Symbols
get
Ticker$
get
Transaction$
stop
Depth
stop
Ticker
stop
Transaction
Constructors
constructor
new
Bitmex
Spy
(
config
:
Config
)
:
BitmexSpy
Parameters
config:
Config
Returns
BitmexSpy
Properties
rest
rest
:
BitmexRest
ws
ws
:
BitmexWS
Methods
destory
destory
(
)
:
void
Returns
void
get
Bars
get
Bars
(
request
:
BitmexBarRequest
)
:
Promise
<
Bar
[]
>
Parameters
request:
BitmexBarRequest
Returns
Promise
<
Bar
[]
>
get
Depth$
get
Depth$
(
symbol
:
string
)
:
Observable
<
Depth
>
Parameters
symbol:
string
Returns
Observable
<
Depth
>
get
Symbol
get
Symbol
(
symbol
:
string
)
:
Promise
<
Pair
|
undefined
>
Parameters
symbol:
string
Returns
Promise
<
Pair
|
undefined
>
get
Symbols
get
Symbols
(
)
:
Promise
<
Pair
[]
>
Returns
Promise
<
Pair
[]
>
get
Ticker$
get
Ticker$
(
symbol
:
string
)
:
Observable
<
Ticker
>
Parameters
symbol:
string
Returns
Observable
<
Ticker
>
get
Transaction$
get
Transaction$
(
symbol
:
string
)
:
Observable
<
Transaction
>
Parameters
symbol:
string
Returns
Observable
<
Transaction
>
stop
Depth
stop
Depth
(
symbol
:
string
)
:
void
Parameters
symbol:
string
Returns
void
stop
Ticker
stop
Ticker
(
symbol
:
string
)
:
void
Parameters
symbol:
string
Returns
void
stop
Transaction
stop
Transaction
(
symbol
:
string
)
:
void
Parameters
symbol:
string
Returns
void
Globals
Bitmex
Spy
constructor
rest
ws
destory
get
Bars
get
Depth$
get
Symbol
get
Symbols
get
Ticker$
get
Transaction$
stop
Depth
stop
Ticker
stop
Transaction
Generated using
TypeDoc