Charts.ChartsClient constructor (1 of 2)
Creates a new client for Charts that uses a custom CallInvoker.
public ChartsClient(CallInvoker callInvoker)
| parameter | description |
|---|---|
| callInvoker | The callInvoker to use to make remote calls. |
See Also
- class ChartsClient
- namespace mt4_term_api
Charts.ChartsClient constructor (2 of 2)
Creates a new client for Charts
public ChartsClient(ChannelBase channel)
| parameter | description |
|---|---|
| channel | The channel to use to make remote calls. |
See Also
- class ChartsClient
- namespace mt4_term_api