AccountHelper.AccountHelperClient.SymbolParamsManyAsync method (1 of 2)
Full information about exact symbol, or all symbols
public virtual AsyncUnaryCall<SymbolParamsManyReply> SymbolParamsManyAsync(
SymbolParamsManyRequest request, CallOptions options)
| parameter | description |
|---|---|
| request | The request to send to the server. |
| options | The options for the call. |
Return Value
The call object.
See Also
- class SymbolParamsManyReply
- class SymbolParamsManyRequest
- class AccountHelperClient
- namespace mt4_term_api
AccountHelper.AccountHelperClient.SymbolParamsManyAsync method (2 of 2)
Full information about exact symbol, or all symbols
public virtual AsyncUnaryCall<SymbolParamsManyReply> SymbolParamsManyAsync(
SymbolParamsManyRequest request, Metadata headers = null, DateTime? deadline = default,
CancellationToken cancellationToken = default)
| parameter | description |
|---|---|
| request | The request to send to the server. |
| headers | The initial metadata to send with the call. This parameter is optional. |
| deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
| cancellationToken | An optional token for canceling the call. |
Return Value
The call object.
See Also
- class SymbolParamsManyReply
- class SymbolParamsManyRequest
- class AccountHelperClient
- namespace mt4_term_api