Orderbook: Order book object.

Description Usage Format Fields Note

Description

An R6 class representing an orderbook on the Stellar network. It is initialized from the getOrderbook() function.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Fields

bids

- a cryptographic signature of all of the data inside the ledger.

asks

- the current sequence number of the ledger

base

- how many transactions in the ledger.

counter

- when the transaction was confirmed.

domain

- character - signalling to query the testnet or public network. Can be either "testnet" or "public".

response

- list containing the raw JSON response.

Note

https://www.stellar.org/developers/horizon/reference/resources/orderbook.html


xlm documentation built on Oct. 23, 2018, 1:04 a.m.