Author Topic: How to initialize UIA(user issued asset) market  (Read 1298 times)

0 Members and 1 Guest are viewing this topic.

Offline fundomatic

  • Full Member
  • ***
  • Posts: 149
    • View Profile
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.

Offline bytemaster

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. 
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline fundomatic

  • Full Member
  • ***
  • Posts: 149
    • View Profile
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.