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) #

Instance Method Detail

def price : Float64 #

def symbol : String #