launch_market_process

Description

Enterprise users only.

Launches a market process.

Simple Example

dat = pq.launch_market_process(
                {'api_key' : api_key,
                 'market_account_id':mid,
                 'system_test':True,
                 'mode':'jef', 
                 'sleep':5,
                 'simulate_order':False }
            ,remote=True)

Simple Example Output

Failure Examples

Failure Examples Output

Three Examples

Three Examples Output