class Binance::Responses::PriceEntry

Overview

Typical Server Response: { "symbol": "LTCBTC", "price": "4.00000200" }

Included Modules

Defined in:

binance/client/rest/responses/price_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def price : Float64 #

[View source]
def symbol : String #

[View source]