Orderbook Resource
{ bids : List Listing
, asks : List Listing
, base : Offer
, counter : Offer
}
Orderbook
{ price : String
, priceR : Stellar.RationalNumber.RationalNumber
, amount : String
}
Listing
{ assetType : Stellar.AssetType.AssetType }
Offer