Volume Conditions

View as MarkdownOpen in Claude

Volume Condition will trigger in the event the contract’s volume remains above or below a given threshold.

Note: VolumeCondition orders must be SMART routed.

See VolumeCondition for more details on the VolumeCondition class.

1volCond = order_condition.Create(OrderCondition.Volume)
2volCond.conId = conId
3volCond.exchange = exchange
4volCond.isMore = isMore
5volCond.volume = volume
6volCond.isConjunctionConnection = isConjunction