class Counterparty::BetMatch
An object that describes a specific occurance of two bets being matched (either partially, or fully).
Attributes
(integer): The quantity of XCP bet in the matching bet
(integer): The timestamp at which the bet match was made, in Unix time.
(integer):
(string): The address of the feed that the bets refer to
(integer): The quantity of XCP bet in the initial bet
(integer):
(integer): Leverage, as a fraction of 5040
(float): Target value for Equal/NotEqual bet
(string): The address that issued the initial bet
(string): The type of the initial bet (0 for Bullish CFD, 1 for Bearish CFD, 2 for Equal, 3 for Not Equal)
(integer): The Bitcoin block index of the initial bet
(integer): The number of blocks over which the initial bet was valid
(string): The Bitcoin transaction hash of the initial bet
(integer): The Bitcoin transaction index of the initial bet
(string): The address that issued the matching bet
(string): The type of the counter bet (0 for Bullish CFD, 1 for Bearish CFD, 2 for Equal, 3 for Not Equal)
(integer): The block index of the matching bet
(integer): The number of blocks over which the matching bet was valid
(string): The transaction hash of the matching bet
(integer): The transaction index of the matching (counter) bet
(string): Set to “valid” if a valid order match. Any other setting signifies an invalid/improper order match