Search
Preparing search index...
The search index is not available
bittrex-api-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"model/Currency"
Currency
Class Currency
Represents a single currency.
Hierarchy
Currency
Index
Constructors
constructor
Properties
_active
_base
Address
_minimum
Confirmation
_name
Long
_name
Short
_transaction
Fee
_type
Accessors
active
base
Address
minimum
Confirmation
name
Long
name
Short
transaction
Fee
type
Constructors
constructor
new
Currency
(
json
:
any
)
:
Currency
Parameters
json:
any
Returns
Currency
Properties
Private
_active
_active
:
number
Private
_base
Address
_base
Address
:
string
Private
_minimum
Confirmation
_minimum
Confirmation
:
number
Private
_name
Long
_name
Long
:
string
Private
_name
Short
_name
Short
:
string
Private
_transaction
Fee
_transaction
Fee
:
number
Private
_type
_type
:
string
Accessors
active
get
active
(
)
:
number
set
active
(
value
:
number
)
:
void
Returns
number
Parameters
value:
number
Returns
void
base
Address
get
baseAddress
(
)
:
string
set
baseAddress
(
value
:
string
)
:
void
Returns
string
Parameters
value:
string
Returns
void
minimum
Confirmation
get
minimumConfirmation
(
)
:
number
set
minimumConfirmation
(
value
:
number
)
:
void
Returns
number
Parameters
value:
number
Returns
void
name
Long
get
nameLong
(
)
:
string
set
nameLong
(
value
:
string
)
:
void
Returns
string
Parameters
value:
string
Returns
void
name
Short
get
nameShort
(
)
:
string
set
nameShort
(
value
:
string
)
:
void
Returns
string
Parameters
value:
string
Returns
void
transaction
Fee
get
transactionFee
(
)
:
number
set
transactionFee
(
value
:
number
)
:
void
Returns
number
Parameters
value:
number
Returns
void
type
get
type
(
)
:
string
set
type
(
value
:
string
)
:
void
Returns
string
Parameters
value:
string
Returns
void
Globals
Internals
"
Bittrex
Api
Client"
"index"
Externals
"enum/
Condition
Type"
"enum/
Fill
Type"
"enum/
Order
Book
Type"
"enum/
Order
Type"
"error/
Api
Error"
"error/
Cloudscraper
Error"
"model/
Balance"
"model/
Currency"
"model/
Exchange
State
Update"
"model/
Fill"
"model/
Market"
"model/
Market
Summary"
"model/
Order"
"model/
Order
Book"
"model/
Order
Book
Order"
"model/
Placed
Order"
"model/
Ticker"
"model/
Trade"
Currency
constructor
_active
_base
Address
_minimum
Confirmation
_name
Long
_name
Short
_transaction
Fee
_type
active
base
Address
minimum
Confirmation
name
Long
name
Short
transaction
Fee
type
Generated using
TypeDoc
Represents a single currency.