class Counterparty::OrderMatch

An object that describes a specific occurance of two orders being matched (either partially, or fully)

Attributes

backward_asset[RW]

(string): The asset exchanged FROM the second order to the first order

backward_quantity[RW]

(integer): The quantity of the specified backward asset

forward_asset[RW]

(string): The asset exchanged FROM the first order to the second order

forward_quantity[RW]

(integer): The quantity of the specified forward asset

tx0_address[RW]

(string): The address that issued the first (earlier) order

tx0_block_index[RW]

(integer): The Bitcoin block index of the first order

tx0_expiration[RW]

(integer): The number of blocks over which the first order was valid

tx0_hash[RW]

(string): The Bitcoin transaction hash of the first order

tx0_index[RW]

(integer): The Bitcoin transaction index of the first (earlier) order

tx1_address[RW]

(string): The address that issued the second order

tx1_block_index[RW]

(integer): The block index of the second order

tx1_expiration[RW]

(integer): The number of blocks over which the second order was valid

tx1_hash[RW]

(string): The transaction hash of the second order

tx1_index[RW]

(integer): The transaction index of the second (matching) order

validity[RW]

(string): Set to “valid” if a valid order match. Any other setting signifies an invalid/improper order match