class Counterparty::OrderMatch
An object that describes a specific occurance of two orders being matched (either partially, or fully)
Attributes
(string): The asset exchanged FROM the second order to the first order
(integer): The quantity of the specified backward asset
(string): The asset exchanged FROM the first order to the second order
(integer): The quantity of the specified forward asset
(string): The address that issued the first (earlier) order
(integer): The Bitcoin block index of the first order
(integer): The number of blocks over which the first order was valid
(string): The Bitcoin transaction hash of the first order
(integer): The Bitcoin transaction index of the first (earlier) order
(string): The address that issued the second order
(integer): The block index of the second order
(integer): The number of blocks over which the second order was valid
(string): The transaction hash of the second order
(integer): The transaction index of the second (matching) order
(string): Set to “valid” if a valid order match. Any other setting signifies an invalid/improper order match