Vaulta

agg.newdex

Contract

  • Table row type of order

    {
      "name": "agg_order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "pair_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "placed_time",
          "type": "time_point_sec"
        },
        {
          "name": "base_symbol",
          "type": "symbol"
        },
        {
          "name": "quote_symbol",
          "type": "symbol"
        },
        {
          "name": "get_symbol",
          "type": "symbol"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "dfs_rec",
          "type": "uint64"
        },
        {
          "name": "box_rec",
          "type": "uint64"
        },
        {
          "name": "ext_rec1",
          "type": "uint64"
        },
        {
          "name": "ext_rec2",
          "type": "uint64"
        },
        {
          "name": "ext_rec3",
          "type": "uint64"
        }
      ]
    }