find_market_orders

Description

Enterprise users only.

Returns the orders associated with a market account ID. The search can be filtered with the 'query' field.

Simple Example

orders = pq.find_market_orders({'api_key' : api_key,'market_account_id':mid,
                                       'query':{"market_status_closed":{"$exists":False                                                                  },'order_id':dat['order_id']}},remote=True)

Simple Example Output

Failure Examples

Failure Examples Output

Three Examples

Three Examples Output