We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
############ Cancelling Orders #############
print "cancelling bid for 5 @ 97.." lob.cancelOrder('bid', 8) print lob ########### Modifying Orders #############
lob.modifyOrder(5, {'side' : 'bid', 'qty' : 14, 'price' : 99, 'tid' : 100}) print "book after modify..." print lob
There was an error while loading. Please reload this page.