1.2Framework access

All the features of the MyTrader framework are provided via a single base object. This is accessed slightly differently in widgets versus scripts and UDIXes.

In a script or UDIX, there is automatically a Framework object which gives you access to MyTrader. For example: Framework.SendOrder()

In a widget, you need to do four things in the widget's web page:

Include the framework Javascript and CSS

Create an instance of the framework

Wait for the framework to become available

Don't reload!