delegate (locked) >>> help wallet_market_submit_relative_ask 
Usage:
wallet_market_submit_relative_ask <from_account_name> <sell_quantity> <sell_quantity_symbol> <relative_ask_price> <ask_price_symbol> [limit_ask_price]   Used to place a request to sell a quantity of assets at a price specified in another asset
Used to place a request to sell a quantity of assets at a price specified in another asset
Parameters:
  from_account_name (account_name, required): the account that will provide funds for the ask
  sell_quantity (string, required): the quantity of items you would like to sell
  sell_quantity_symbol (asset_symbol, required): the type of items you would like to sell
  relative_ask_price (string, required): the relative price per unit sold.
  ask_price_symbol (asset_symbol, required): the type of asset you would like to be paid
  limit_ask_price (string, optional, defaults to ""): the minimum price per unit sold.
Returns:
  transaction_record
aliases: relative_ask
and 
delegate (locked) >>> help wallet_market_submit_relative_bid 
Usage:
wallet_market_submit_relative_bid <from_account_name> <quantity> <quantity_symbol> <relative_price> <base_symbol> [limit_price]   Used to place a request to buy a quantity of assets at a price specified in another asset
Used to place a request to buy a quantity of assets at a price specified in another asset
Parameters:
  from_account_name (account_name, required): the account that will provide funds for the bid
  quantity (string, required): the quantity of items you would like to buy
  quantity_symbol (asset_symbol, required): the type of items you would like to buy
  relative_price (string, required): the price relative to the feed you would like to pay
  base_symbol (asset_symbol, required): the type of asset you would like to pay with
  limit_price (string, optional, defaults to ""): the limit on what you are willing to pay
Returns:
  transaction_record
aliases: relative_bid