XdrOfferEntry constructor

XdrOfferEntry(
  1. XdrAccountID _sellerID,
  2. XdrUint64 _offerID,
  3. XdrAsset _selling,
  4. XdrAsset _buying,
  5. XdrInt64 _amount,
  6. XdrPrice _price,
  7. XdrUint32 _flags,
  8. XdrOfferEntryExt _ext,
)

Implementation

XdrOfferEntry(this._sellerID, this._offerID, this._selling, this._buying,
    this._amount, this._price, this._flags, this._ext);