public class OrderBook extends Object
OrderBook()
String
getLedgerCurrentIndex()
List<BookOffer>
getOffers()
void
setLedgerCurrentIndex(String ledgerCurrentIndex)
setOffers(List<BookOffer> offers)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OrderBook()
public String getLedgerCurrentIndex()
public void setLedgerCurrentIndex(String ledgerCurrentIndex)
public List<BookOffer> getOffers()
public void setOffers(List<BookOffer> offers)
Copyright © 2021. All rights reserved.