class Binance::Responses::DepthEntry

Overview

Typical server response [ "4.00000000", // PRICE "431.00000000" // QTY ]

Defined in:

binance/client/rest/responses/depth_entry.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def price : Float64 #

def quantity : Float64 #

def to_json(builder) #