edit_market_order

Description

Enterprise users only.

This endpoint edits all fields of an order, given an order id. This method is similar to submit market order, except that order_id is required.

Simple Example

        q = {'api_key': api_key,
             'order_id': order_id,
             'botom_sell': 2.0,
             'high_sell': 500.0 }
        dat = pq.edit_market_order(q,remote=True)

Simple Example Output

Failure Examples

Failure Examples Output

Three Examples

Three Examples Output