class Binance::Responses::TradeEntry

Overview

Typical server response {

"id": 52027722,
"price": "0.00324060",
"qty": "3.27000000",
"quoteQty": "0.01059676",
"time": 1561473127043,
"isBuyerMaker": false,
"isBestMatch": true

}

Included Modules

Defined in:

binance/client/rest/responses/trade_entry.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def is_best_match : Bool #

def is_buyer_maker : Bool #

def price : Float64 #

def quantity : Float64 #

def quote_quantity : Float64 #

def time : Time #

def trade_id : Int64 #