class Counterparty::Order

An object that describes a specific order.

Attributes

block_index[RW]

(integer): The block index (block number in the block chain)

expiration[RW]

(integer): The number of blocks over which the order should be valid

fee_provided[RW]

(integer): The miners’ fee provided; in BTC; required only if selling BTC (should not be lower than is required for acceptance in a block)

fee_required[RW]

(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)

get_asset[RW]

(string): The asset desired in exchange

get_quantity[RW]

(integer): The quantity of the specified asset desired in exchange

get_remaining[RW]

(integer): The quantity of the specified get asset remaining for the order

give_asset[RW]

(string): The asset being offered

give_quantity[RW]

(integer): The quantity of the specified asset being offered

give_remaining[RW]

(integer): The quantity of the specified give asset remaining for the order

price[RW]

(float): The given exchange rate (as an exchange ratio desired from the asset offered to the asset desired)

source[RW]

(string): The address that made the order

tx_hash[RW]

(string): The transaction hash

tx_index[RW]

(integer): The transaction index