class Binance::Authentication
Authentication
response to API key and signature
Attributes
key[RW]
secret[RW]
Public Class Methods
new(key, secret)
click to toggle source
# File lib/binance/authentication.rb, line 8 def initialize(key, secret) @key = key @secret = secret end