var fDesc=new Array(); fDesc[0] = "OEC's dedication to producing the industry's premier futures trading software is driven by our relentless pursuit of satisfying the needs of active traders. We have developed a trading platform that truly sets us apart, OEC Trader.
OEC Trader's interface can be customized to display your account summary, active orders and completed orders. Get real time quotes and live communication on one screen.
OEC Trader gives you instant access to a full suite of tools.
- Depth of Market
- Charts
- Block Allocation
- Direct Market Access
- AutoX
- Advanced Orders
- Quotes
- Communications
- Microsoft® Excel DDE"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }