peerplays_migrated/libraries/app/include/graphene/app
Daniel Larimer 3e41f726a7 Issue #45 Market Subscription Standardization
When subscribing to markets the callback will now receive something that
looks like this:

[  "REMOVED ID1", "REMOVED ID2", ...,
    { "id": "UPDATED ID3", data... },
    { "id": "UPDATED ID4", data... },
    ...
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ],
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ],
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ],
    [ FILL_OPERATION_TYPE_ID, { fill order operation data } ]
]

When ever an order is removed from the order book, its ID will be
included as a string.  When an order is modified the new order data is included as
an object. And the operations describing how orders were matched and
what fees are paid will be included as an operation, aka array.

Also added means to unsubscribe from full account data (issue #166)
2015-07-21 15:51:22 -04:00
..
api.hpp Issue #45 Market Subscription Standardization 2015-07-21 15:51:22 -04:00
api_access.hpp app: Implement username / password based API access #139 2015-07-07 16:04:22 -04:00
application.hpp Progress #148: early implementation of solution 2 2015-07-10 14:17:16 -04:00
full_account.hpp #166 Define type-safe API for get_full_account() 2015-07-17 22:58:36 -04:00
plugin.hpp Spell out boost::program_options in headers instead of using alias 2015-06-23 22:35:00 -04:00