BitShares Forum

Main => Technical Support => Topic started by: fundomatic on December 28, 2014, 12:49:58 pm

Title: How to initialize UIA(user issued asset) market
Post by: fundomatic on December 28, 2014, 12:49:58 pm
Hi,
I've placed a bid: (block 1375300)  buy BTS @ 0.000052 GATEBTC         (id e0f9f37b)

However,
 
> blockchain_market_status
gives and error: The BTS/GATEBTC market has not yet been initialized.

I placed an 'ask' order. But the market still isn't initialized.

How do I initialize a UIA market in cli?

Thanks.
Title: Re: How to initialize UIA(user issued asset) market
Post by: bytemaster on December 28, 2014, 04:24:31 pm
No initialization should be required.   I believe we already have fixes for this ready to be released but we have held off making any changes until Dev Shares can be used by everyone. 
Title: Re: How to initialize UIA(user issued asset) market
Post by: fundomatic on December 28, 2014, 04:48:13 pm
Thanks for the reply,

Yes, I found it,

>>> blockchain_market_status GATEBTC BTS
{
  "quote_id": 286,
  "base_id": 0,
  "current_feed_price": 0,
  "last_valid_feed_price": 0,
  "last_error": null,
  "ask_depth": 0,
  "bid_depth": 0,
  "center_price": {
    "ratio": "0.",
    "quote_asset_id": 0,
    "base_asset_id": 0
  }

One more hurdle cleared. Now I have to construct bids and asks properly.