class Counterparty::Order
An object that describes a specific order.
Attributes
(integer): The block index (block number in the block chain)
(integer): The number of blocks over which the order should be valid
(integer): The miners’ fee provided; in BTC; required only if selling BTC (should not be lower than is required for acceptance in a block)
(integer): The miners’ fee required to be paid by orders for them to match this one; in BTC; required only if buying BTC (may be zero, though)
(string): The asset desired in exchange
(integer): The quantity of the specified asset desired in exchange
(integer): The quantity of the specified get asset remaining for the order
(string): The asset being offered
(integer): The quantity of the specified asset being offered
(integer): The quantity of the specified give asset remaining for the order
(float): The given exchange rate (as an exchange ratio desired from the asset offered to the asset desired)
(string): The address that made the order
(string): The transaction hash
(integer): The transaction index