
Table row type of exchangepair
{ "name": "exchange_pair", "base": "", "fields": [ { "name": "pair_id", "type": "uint64" }, { "name": "price_precision", "type": "uint8" }, { "name": "status", "type": "uint8" }, { "name": "base_symbol", "type": "ndx_symbol" }, { "name": "quote_symbol", "type": "ndx_symbol" }, { "name": "manager", "type": "name" }, { "name": "list_time", "type": "time_point_sec" }, { "name": "pair_symbol", "type": "string" }, { "name": "current_price", "type": "float64" }, { "name": "base_currency_id", "type": "uint64" }, { "name": "quote_currency_id", "type": "uint64" }, { "name": "pair_fee", "type": "uint8" }, { "name": "ext1", "type": "uint64" }, { "name": "ext2", "type": "uint64" }, { "name": "extstr", "type": "string" } ] }