Block

View as MarkdownOpen in Claude

The Block attribute is used for large volume option orders on ISE that consist of at least 50 contracts. To execute large-volume orders over time without moving the market, use the Accumulate/Distribute algorithm.

Products: OPT

More on Block Orders

More on Supported exchanges

1order = Order()
2order.action = action
3order.orderType = "LMT"
4order.totalQuantity = quantity#Large volumes!
5order.lmtPrice = price
6order.blockOrder = True