Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
binarycr
master
Balance
Binarycr
Store
Tick
Trade
Generated using Crystal 1.10.1
2024-04-15 09:40:50 UTC
class
Balance
Balance
Reference
Object
Defined in:
balance.cr
Constructors
.new
(token : String, app_id : String)
Instance Method Summary
#app_id
: String
#app_id=
(app_id : String)
#balance
: Float64
#balance=
(balance : Float64)
#token
: String
#token=
(token : String)
Constructor Detail
def self.
new
(token : String, app_id : String)
#
[
View source
]
Instance Method Detail
def
app_id
: String
#
[
View source
]
def
app_id=
(app_id : String)
#
[
View source
]
def
balance
: Float64
#
[
View source
]
def
balance=
(balance : Float64)
#
[
View source
]
def
token
: String
#
[
View source
]
def
token=
(token : String)
#
[
View source
]