class Binance::Responses::MyTradeEntry
- Binance::Responses::MyTradeEntry
- Reference
- Object
Overview
Typical server response
{
"symbol": "BNBBTC",
"id": 28457,
"orderId": 100234,
"price": "4.00000100",
"qty": "12.00000000",
"quoteQty": "48.000012",
"commission": "10.10000000",
"commissionAsset": "BNB",
"time": 1499865549590,
"isBuyer": true,
"isMaker": false,
"isBestMatch": true
}
Included Modules
- JSON::Serializable
Defined in:
binance/client/rest/responses/my_trade_entry.crConstructors
Instance Method Summary
- #is_best_match : Bool
- #is_buyer : Bool
- #is_maker : Bool
- #order_id : Int64
- #price : Float64
- #quantity : Float64
- #quote_quantity : Float64
- #symbol : String?
- #time : Time
- #trade_id : Int64