-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document subscribe_to_market
returned values
#1258
Comments
|
@abitmore very thx! |
The other 2, I guess they'll not only present when creating or cancelling orders, but will also present when an order is entirely filled or partially filled. You can test. |
@Magestro Sorry, our documentation is work-in-progress. Out of curiosity, what URL(s) did you attempt to locate the information originally? I'm trying to better understand how/where new developers come into the docs. I will work with @cedar-book to ensure we capture the required information in our documentation going forward. Thanks |
Only I had gathered this information on this page.https://dev.bitshares.works/en/master/api/objects_ids.html |
@Magestro, If you are interested, only so far listed together, BitShares operations list and objects list if want to read the Detailed Descriptions. I did not know we had this information. sorry about that. If want to research BitShares doxygen documentation (details), this page links take to the Doxygen page. |
@ryanRfox i use this resources: And this api guide: I found some answers in bitshares-py lib, but it not really comfortable. and IMHO u need more practical examples with detailed explanations. Thank you for attention P.S. |
@cedar-book thank u for the given links, it will be helpfull! |
Is there anything left to do here? |
@pmconrad, I do not have any. I have posted several reference links to the dev website. |
Good, thanks! |
subscribe_to_market
returned valuessubscribe_to_market
returned values
Hello!
i use this command while ws connected:
I noticed, that
subscribe_to_market
event can return notices in the following formats:first (guess new orders)
second (guess canceled orders)
third (guess filled orders)
But don't found in documentation what it means.
I am particularly interested in the third one: what represent object
[0, {}]
? What represent first number in array(4
in current case)?I searched for the explanations in the documentation, but did not find them.
I will be grateful for any information on this issue
The text was updated successfully, but these errors were encountered: