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

[View source]

Instance Method Detail

def price : Float64 #

[View source]
def quantity : Float64 #

[View source]
def to_json(builder) #

[View source]